refactoring
This commit is contained in:
parent
95afd87656
commit
baaa87b18f
62 changed files with 7231 additions and 6636 deletions
12
inc/wndproc.h
Normal file
12
inc/wndproc.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#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 IDT_TIMER_LEAVE_BNET 541287654
|
||||
|
||||
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue