Added missing exports for a few console functions.

svn path=/trunk/; revision=3745
This commit is contained in:
Marty Dill 2002-11-12 00:46:02 +00:00
parent 4f2f3061db
commit 13aca9ca62
2 changed files with 7 additions and 1 deletions

View file

@ -36,6 +36,7 @@ AddConsoleAliasA@12
AddConsoleAliasW@12
AllocConsole@0
AreFileApisANSI@0
AttachConsole@4
BackupRead@28
BackupSeek@24
BackupWrite@28
@ -227,7 +228,9 @@ GetConsoleHardwareState@12
GetConsoleInputWaitHandle@0
GetConsoleMode@8
GetConsoleOutputCP@0
GetConsoleProcessList@8
GetConsoleScreenBufferInfo@8
GetConsoleSelectionInfo@4
GetConsoleTitleA@8
GetConsoleTitleW@8
GetCurrencyFormatA@24

View file

@ -1,4 +1,4 @@
; $Id: kernel32.edf,v 1.15 2002/10/29 04:05:26 mdill Exp $
; $Id: kernel32.edf,v 1.16 2002/11/12 00:46:02 mdill Exp $
;
; kernel32.edf
;
@ -40,6 +40,7 @@ AddConsoleAliasA=AddConsoleAliasA@12
AddConsoleAliasW=AddConsoleAliasW@12
AllocConsole=AllocConsole@0
AreFileApisANSI=AreFileApisANSI@0
AttachConsole=AttachConsole@4
BackupRead=BackupRead@28
BackupSeek=BackupSeek@24
BackupWrite=BackupWrite@28
@ -230,7 +231,9 @@ GetConsoleHardwareState=GetConsoleHardwareState@12
GetConsoleInputWaitHandle=GetConsoleInputWaitHandle@0
GetConsoleMode=GetConsoleMode@8
GetConsoleOutputCP=GetConsoleOutputCP@0
GetConsoleProcessList=GetConsoleProcessList@8
GetConsoleScreenBufferInfo=GetConsoleScreenBufferInfo@8
GetConsoleSelectionInfo=GetConsoleSelectionInfo@4
GetConsoleTitleA=GetConsoleTitleA@8
GetConsoleTitleW=GetConsoleTitleW@8
GetCurrencyFormatA=GetCurrencyFormatA@24