mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 20:44:00 +00:00
missing GetEnvironmentStrings export, was supposed to be aliased to GetEnvironmentStringsA for some reason, as NT's exports it, and ros's cmd.exe imports it.
svn path=/trunk/; revision=867
This commit is contained in:
parent
8c2f4d55e3
commit
90e6a2244e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: kernel32.edf,v 1.3 1999/10/26 19:47:05 ea Exp $
|
||||
; $Id: kernel32.edf,v 1.4 1999/12/12 07:59:41 phreak Exp $
|
||||
;
|
||||
; kernel32.edf
|
||||
;
|
||||
|
@ -246,6 +246,7 @@ GetDiskFreeSpaceExA=GetDiskFreeSpaceExA@16
|
|||
GetDiskFreeSpaceExW=GetDiskFreeSpaceExW@16
|
||||
GetDriveTypeA=GetDriveTypeA@4
|
||||
GetDriveTypeW=GetDriveTypeW@4
|
||||
GetEnvironmentStrings=GetEnvironmentStringsA@0
|
||||
GetEnvironmentStringsA=GetEnvironmentStringsA@0
|
||||
GetEnvironmentStringsW=GetEnvironmentStringsW@0
|
||||
GetEnvironmentVariableA=GetEnvironmentVariableA@12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue