15 lines
472 B
C++
15 lines
472 B
C++
#pragma once
|
|
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently,
|
|
// but are changed infrequently
|
|
|
|
#include "..\..\..\..\include\stdafx_net.h"
|
|
|
|
#define _ATL_APARTMENT_THREADED
|
|
|
|
#include <afxwin.h>
|
|
#include <afxodlgs.h> // MFC OLE dialog classes
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|