Commit in reactos/w32api/include on MAIN
winuser.h-11.2 -> 1.3
winbase.h+11.1 -> 1.2
+1-1
2 modified files
Move declaration of GetLastError() to match PSDK

reactos/w32api/include
winuser.h 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- winuser.h	29 Feb 2004 12:11:43 -0000	1.2
+++ winuser.h	11 Mar 2004 20:05:11 -0000	1.3
@@ -3377,7 +3377,6 @@
 int WINAPI GetKeyNameTextW(LONG,LPWSTR,int);
 SHORT WINAPI GetKeyState(int);
 HWND WINAPI GetLastActivePopup(HWND);
-DWORD WINAPI GetLastError(void);
 HMENU WINAPI GetMenu(HWND);
 LONG WINAPI GetMenuCheckMarkDimensions(void);
 DWORD WINAPI GetMenuContextHelpId(HMENU);

reactos/w32api/include
winbase.h 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- winbase.h	21 Feb 2004 09:20:34 -0000	1.1
+++ winbase.h	11 Mar 2004 20:05:11 -0000	1.2
@@ -1369,6 +1369,7 @@
 DWORD WINAPI GetFullPathNameW(LPCWSTR,DWORD,LPWSTR,LPWSTR*);
 BOOL WINAPI GetHandleInformation(HANDLE,PDWORD);
 BOOL WINAPI GetKernelObjectSecurity(HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD);
+DWORD WINAPI GetLastError(void);
 DWORD WINAPI GetLengthSid(PSID);
 void WINAPI GetLocalTime(LPSYSTEMTIME);
 DWORD WINAPI GetLogicalDrives(void);
CVSspam 0.2.8