mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
Revert r34344, the mess with GetEnvironmentStrings/GetEnvironmentStringsA is expected.
svn path=/trunk/; revision=34946
This commit is contained in:
parent
9b55463daa
commit
c6de7a80b8
1 changed files with 2 additions and 2 deletions
|
@ -1465,7 +1465,7 @@ DWORD WINAPI GetDllDirectoryW(DWORD,LPWSTR);
|
|||
#endif
|
||||
UINT WINAPI GetDriveTypeA(LPCSTR);
|
||||
UINT WINAPI GetDriveTypeW(LPCWSTR);
|
||||
LPSTR WINAPI GetEnvironmentStringsA(void);
|
||||
LPSTR WINAPI GetEnvironmentStrings(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 GetEnvironmentStrings GetEnvironmentStringsA
|
||||
#define GetEnvironmentStringsA GetEnvironmentStrings
|
||||
#define GetEnvironmentVariable GetEnvironmentVariableA
|
||||
#define GetFileAttributes GetFileAttributesA
|
||||
#define GetFileAttributesEx GetFileAttributesExA
|
||||
|
|
Loading…
Reference in a new issue