* include/winuser.h [WINVER >= 0x0500] (AnimateWindow): Add
function. * lib/user32.def (AnimateWindow): Add function. By the way there are ~ 140 symbols missing from this file when comparing to user32.dll on Windows XP.
This commit is contained in:
@ -2883,6 +2883,9 @@ typedef struct tagGUITHREADINFO {
|
||||
HKL WINAPI ActivateKeyboardLayout(HKL,UINT);
|
||||
BOOL WINAPI AdjustWindowRect(LPRECT,DWORD,BOOL);
|
||||
BOOL WINAPI AdjustWindowRectEx(LPRECT,DWORD,BOOL,DWORD);
|
||||
#if (WINVER >= 0x0500)
|
||||
BOOL WINAPI AnimateWindow(HWND,DWORD,DWORD);
|
||||
#endif /* (WINVER >= 0x0500) */
|
||||
BOOL WINAPI AnyPopup(void);
|
||||
BOOL WINAPI AppendMenuA(HMENU,UINT,UINT_PTR,LPCSTR);
|
||||
BOOL WINAPI AppendMenuW(HMENU,UINT,UINT_PTR,LPCWSTR);
|
||||
|
Reference in New Issue
Block a user