[3] include/winbase.h
"Filip Navara" <xnavara-VIXq6x/[email protected]> Fri, 12 Dec 2003 16:33:27 +0100
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <002d01c3c0c5$cea05450$fc4cb13e@hornet> |
patch3.log
(application/octet-stream, 138 B)
2003-12-12 Filip Navara <xnavara-VIXq6x/[email protected]> * include/winbase.h: Added definiton of GetSystemWindowsDirectory[AW].
patch3.diff
(application/octet-stream, 1.1 KB)
--- include/winbase.h Fri Sep 12 13:24:46 2003 +++ include/winbase.h Fri Dec 12 15:00:02 2003 @@ -1294,6 +1294,8 @@ HANDLE WINAPI GetStdHandle(DWORD); UINT WINAPI GetSystemDirectoryA(LPSTR,UINT); UINT WINAPI GetSystemDirectoryW(LPWSTR,UINT); +UINT WINAPI GetSystemWindowsDirectoryA(LPSTR,UINT); +UINT WINAPI GetSystemWindowsDirectoryW(LPWSTR,UINT); VOID WINAPI GetSystemInfo(LPSYSTEM_INFO); BOOL WINAPI GetSystemPowerStatus(LPSYSTEM_POWER_STATUS); VOID WINAPI GetSystemTime(LPSYSTEMTIME); @@ -1783,6 +1785,7 @@ #define GetShortPathName GetShortPathNameW #define GetStartupInfo GetStartupInfoW #define GetSystemDirectory GetSystemDirectoryW +#define GetSystemWindowsDirectory GetSystemWindowsDirectoryW #define GetTempFileName GetTempFileNameW #define GetTempPath GetTempPathW #define GetUserName GetUserNameW @@ -1943,6 +1946,7 @@ #define GetShortPathName GetShortPathNameA #define GetStartupInfo GetStartupInfoA #define GetSystemDirectory GetSystemDirectoryA +#define GetSystemWindowsDirectory GetSystemWindowsDirectoryA #define GetTempFileName GetTempFileNameA #define GetTempPath GetTempPathA #define GetUserName GetUserNameA