|
|
@ -18,8 +18,13 @@
|
|
|
|
#define PRIMITIVE_PLUGIN_H
|
|
|
|
#define PRIMITIVE_PLUGIN_H
|
|
|
|
|
|
|
|
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#define NOMINMAX
|
|
|
|
#define NOMINMAX
|
|
|
|
#define _WIN32_WINNT 0x0501
|
|
|
|
#ifdef _WIN64
|
|
|
|
|
|
|
|
#define _WIN32_WINNT 0x0600
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#define _WIN32_WINNT 0x0500
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
|
|
#include <afxext.h> // MFC extensions
|
|
|
|
#include <afxext.h> // MFC extensions
|
|
|
|