mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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
|
#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
|
||||||
|
|
Loading…
Reference in a new issue