msvc
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@216 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
68e79e3d78
commit
12345525a5
7 changed files with 104 additions and 9 deletions
|
|
@ -7,7 +7,17 @@
|
|||
#include <Mw/LowLevel.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#ifndef GWLP_USERDATA
|
||||
#define GWLP_USERDATA GWL_USERDATA
|
||||
#define GWLP_WNDPROC GWL_WNDPROC
|
||||
#define GCLP_HICON GCL_HICON
|
||||
#define GCLP_HCURSOR GCL_HCURSOR
|
||||
#define SetWindowLongPtr SetWindowLong
|
||||
#define GetWindowLongPtr GetWindowLong
|
||||
#define SetClassLongPtr SetClassLong
|
||||
#define GetClassLongPtr GetClassLong
|
||||
#endif
|
||||
|
||||
struct _MwLL {
|
||||
HINSTANCE hInstance;
|
||||
HWND hWnd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue