use WM_APP instead of WM_USER
This commit is contained in:
parent
525b35124e
commit
ddc631708d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
#ifndef WNDPROC_H
|
||||
#define WNDPROC_H
|
||||
|
||||
#define WM_AUTORENDERER WM_USER+111
|
||||
#define WM_WINEFULLSCREEN WM_USER+112
|
||||
#define WM_D3D9DEVICELOST WM_USER+113
|
||||
#define WM_AUTORENDERER WM_APP+111
|
||||
#define WM_WINEFULLSCREEN WM_APP+112
|
||||
#define WM_D3D9DEVICELOST WM_APP+113
|
||||
|
||||
#define IDT_TIMER_LEAVE_BNET 541287654
|
||||
|
||||
|
|
Loading…
Reference in a new issue