Initial
This commit is contained in:
15
mdiwin/WINDOWS.BAK
Normal file
15
mdiwin/WINDOWS.BAK
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _COMMON_WINDOWS_HPP_
|
||||
#define _COMMON_WINDOWS_HPP_
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOSERVICE
|
||||
#define NOKANJI
|
||||
#define NOCRYPT
|
||||
#define NOMCX
|
||||
#include <windows.h>
|
||||
typedef unsigned short USHORT;
|
||||
#ifndef DS_3DLOOK
|
||||
#define DS_3DLOOK 0x0004L
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user