mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[PSDK]: I forgot this was the OS where drivers (blue.sys) import from SDK headers. Fix header.
svn path=/trunk/; revision=54359
This commit is contained in:
parent
e84bdd4857
commit
18e346207b
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ DWORD WINAPI GetConsoleTitleA(LPSTR,DWORD);
|
|||
DWORD WINAPI GetConsoleTitleW(LPWSTR,DWORD);
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
HWND WINAPI GetConsoleWindow(void);
|
||||
WINBASEAPI BOOL APIENTRY GetConsoleDisplayMode(OUT LPDWORD lpModeFlags);
|
||||
BOOL APIENTRY GetConsoleDisplayMode(OUT LPDWORD lpModeFlags);
|
||||
BOOL APIENTRY SetConsoleDisplayMode(IN HANDLE hConsoleOutput,IN DWORD dwFlags, OUT PCOORD lpNewScreenBufferDimensions);
|
||||
#endif
|
||||
COORD WINAPI GetLargestConsoleWindowSize(HANDLE);
|
||||
|
|
Loading…
Reference in a new issue