mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Added missing exports for a few console functions.
svn path=/trunk/; revision=3745
This commit is contained in:
parent
4f2f3061db
commit
13aca9ca62
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue