Fix GetEnvironmentStrings/GetEnvironmentStringsA mess
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 30 Jul 2008 07:27:33 +0000 (07:27 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Wed, 30 Jul 2008 07:27:33 +0000 (07:27 +0000)
svn path=/trunk/; revision=34944

reactos/include/psdk/winbase.h

index 4448fa6..31f9c97 100644 (file)
@@ -1465,7 +1465,7 @@ DWORD WINAPI GetDllDirectoryW(DWORD,LPWSTR);
 #endif
 UINT WINAPI GetDriveTypeA(LPCSTR);
 UINT WINAPI GetDriveTypeW(LPCWSTR);
-LPSTR WINAPI GetEnvironmentStrings(void);
+LPSTR WINAPI GetEnvironmentStringsA(void);
 LPWSTR WINAPI GetEnvironmentStringsW(void);
 DWORD WINAPI GetEnvironmentVariableA(LPCSTR,LPSTR,DWORD);
 DWORD WINAPI GetEnvironmentVariableW(LPCWSTR,LPWSTR,DWORD);
@@ -2401,7 +2401,7 @@ typedef ENUMRESTYPEPROCA ENUMRESTYPEPROC;
 #define GetDllDirectory GetDllDirectoryA
 #endif
 #define GetDriveType GetDriveTypeA
-#define GetEnvironmentStringsA GetEnvironmentStrings
+#define GetEnvironmentStrings GetEnvironmentStringsA
 #define GetEnvironmentVariable GetEnvironmentVariableA
 #define GetFileAttributes GetFileAttributesA
 #define GetFileAttributesEx GetFileAttributesExA