mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Add DrawCaptionTempA/W prototypes.
svn path=/trunk/; revision=25311
This commit is contained in:
parent
7de51b4bdd
commit
ca20e276b2
1 changed files with 4 additions and 0 deletions
|
@ -3500,6 +3500,8 @@ BOOL WINAPI DragDetect(HWND,POINT);
|
|||
DWORD WINAPI DragObject(HWND,HWND,UINT,DWORD,HCURSOR);
|
||||
BOOL WINAPI DrawAnimatedRects(HWND,int,LPCRECT,LPCRECT);
|
||||
BOOL WINAPI DrawCaption(HWND,HDC,LPCRECT,UINT);
|
||||
BOOL WINAPI DrawCaptionTempA(HWND,HDC,const RECT*,HFONT,HICON,LPCSTR,UINT);
|
||||
BOOL WINAPI DrawCaptionTempW(HWND,HDC,const RECT*,HFONT,HICON,LPCWSTR,UINT);
|
||||
BOOL WINAPI DrawEdge(HDC,LPRECT,UINT,UINT);
|
||||
BOOL WINAPI DrawFocusRect(HDC,LPCRECT);
|
||||
BOOL WINAPI DrawFrameControl(HDC,LPRECT,UINT,UINT);
|
||||
|
@ -4107,6 +4109,7 @@ typedef MONITORINFOEXW MONITORINFOEX, *LPMONITORINFOEX;
|
|||
#define DlgDirListComboBox DlgDirListComboBoxW
|
||||
#define DlgDirSelectComboBoxEx DlgDirSelectComboBoxExW
|
||||
#define DlgDirSelectEx DlgDirSelectExW
|
||||
#define DrawCaptionTemp DrawCaptionTempW
|
||||
#define DrawState DrawStateW
|
||||
#define DrawText DrawTextW
|
||||
#define DrawTextEx DrawTextExW
|
||||
|
@ -4273,6 +4276,7 @@ typedef MONITORINFOEXA MONITORINFOEX, *LPMONITORINFOEX;
|
|||
#define DlgDirListComboBox DlgDirListComboBoxA
|
||||
#define DlgDirSelectComboBoxEx DlgDirSelectComboBoxExA
|
||||
#define DlgDirSelectEx DlgDirSelectExA
|
||||
#define DrawCaptionTemp DrawCaptionTempA
|
||||
#define DrawState DrawStateA
|
||||
#define DrawText DrawTextA
|
||||
#define DrawTextEx DrawTextExA
|
||||
|
|
Loading…
Reference in a new issue