Revert r34344, the mess with GetEnvironmentStrings/GetEnvironmentStringsA is expected.

svn path=/trunk/; revision=34946
This commit is contained in:
Hervé Poussineau 2008-07-30 08:02:45 +00:00
parent 9b55463daa
commit c6de7a80b8

View file

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