mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Add DrawMenuBarTemp prototype.
svn path=/trunk/; revision=25329
This commit is contained in:
parent
34386521e2
commit
f3b40cead4
1 changed files with 1 additions and 0 deletions
|
@ -3508,6 +3508,7 @@ BOOL WINAPI DrawFrameControl(HDC,LPRECT,UINT,UINT);
|
|||
BOOL WINAPI DrawIcon(HDC,int,int,HICON);
|
||||
BOOL WINAPI DrawIconEx(HDC,int,int,HICON,int,int,UINT,HBRUSH,UINT);
|
||||
BOOL WINAPI DrawMenuBar(HWND);
|
||||
DWORD WINAPI DrawMenuBarTemp(HWND,HDC,LPRECT,HMENU,HFONT);
|
||||
BOOL WINAPI DrawStateA(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
|
||||
BOOL WINAPI DrawStateW(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
|
||||
int WINAPI DrawTextA(HDC,LPCSTR,int,LPRECT,UINT);
|
||||
|
|
Loading…
Reference in a new issue