mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:02:02 +00:00
Merge 48942
svn path=/branches/cmake-bringup/; revision=48944
This commit is contained in:
parent
f2afdbbc4a
commit
c332bcbe26
2 changed files with 99 additions and 106 deletions
|
@ -23,11 +23,6 @@ BOOL WINAPI AddConsoleAliasA(LPSTR, LPSTR, LPSTR);
|
|||
BOOL WINAPI AddConsoleAliasW(LPWSTR, LPWSTR, LPWSTR);
|
||||
#define AddConsoleAlias TNAME(AddConsoleAlias)
|
||||
#endif
|
||||
#ifndef ExpungeConsoleCommandHistory
|
||||
BOOL WINAPI ExpungeConsoleCommandHistoryA(LPSTR);
|
||||
BOOL WINAPI ExpungeConsoleCommandHistoryW(LPWSTR);
|
||||
#define ExpungeConsoleCommandHistory TNAME(ExpungeConsoleCommandHistory)
|
||||
#endif
|
||||
#ifndef GetConsoleAliases
|
||||
DWORD WINAPI GetConsoleAliasesA(LPSTR, DWORD, LPSTR);
|
||||
DWORD WINAPI GetConsoleAliasesW(LPWSTR, DWORD, LPWSTR);
|
||||
|
@ -48,20 +43,5 @@ DWORD WINAPI GetConsoleAliasExesLengthA(VOID);
|
|||
DWORD WINAPI GetConsoleAliasExesLengthW(VOID);
|
||||
#define GetConsoleAliasExesLength TNAME(GetConsoleAliasExesLength)
|
||||
#endif
|
||||
#ifndef GetConsoleCommandHistory
|
||||
DWORD WINAPI GetConsoleCommandHistoryA(LPSTR, DWORD, LPSTR);
|
||||
DWORD WINAPI GetConsoleCommandHistoryW(LPWSTR, DWORD, LPWSTR);
|
||||
#define GetConsoleCommandHistory TNAME(GetConsoleCommandHistory)
|
||||
#endif
|
||||
#ifndef GetConsoleCommandHistoryLength
|
||||
DWORD WINAPI GetConsoleCommandHistoryLengthA(LPSTR);
|
||||
DWORD WINAPI GetConsoleCommandHistoryLengthW(LPWSTR);
|
||||
#define GetConsoleCommandHistoryLength TNAME(GetConsoleCommandHistoryLength)
|
||||
#endif
|
||||
#ifndef SetConsoleNumberOfCommands
|
||||
BOOL WINAPI SetConsoleNumberOfCommandsA(DWORD, LPSTR);
|
||||
BOOL WINAPI SetConsoleNumberOfCommandsW(DWORD, LPWSTR);
|
||||
#define SetConsoleNumberOfCommands TNAME(SetConsoleNumberOfCommands)
|
||||
#endif
|
||||
|
||||
#endif /* RC_INVOKED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue