fix some warning messages
This commit is contained in:
parent
1d2f728db0
commit
3e9c38dade
11 changed files with 48 additions and 48 deletions
2
inc/dd.h
2
inc/dd.h
|
@ -83,7 +83,7 @@ typedef struct cnc_ddraw
|
|||
|
||||
HWND hwnd;
|
||||
WNDPROC wndproc;
|
||||
struct { float x; float y; } cursor;
|
||||
struct { DWORD x; DWORD y; } cursor;
|
||||
BOOL locked;
|
||||
BOOL adjmouse;
|
||||
BOOL devmode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue