Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
687197d8
Commit
687197d8
authored
Apr 02, 2004
by
Hans Leidekker
Committed by
Alexandre Julliard
Apr 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GetConsoleInfo() pseudo stub.
parent
7e8e1243
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
console.c
dlls/kernel/console.c
+10
-0
kernel32.spec
dlls/kernel/kernel32.spec
+1
-1
No files found.
dlls/kernel/console.c
View file @
687197d8
...
...
@@ -118,6 +118,16 @@ static void char_info_AtoW( CHAR_INFO *buffer, int count )
/******************************************************************************
* GetConsoleWindow [KERNEL32.@]
*/
HWND
WINAPI
GetConsoleWindow
(
VOID
)
{
FIXME
(
"stub
\n
"
);
return
NULL
;
}
/******************************************************************************
* GetConsoleCP [KERNEL32.@] Returns the OEM code page for the console
*
* RETURNS
...
...
dlls/kernel/kernel32.spec
View file @
687197d8
...
...
@@ -380,7 +380,7 @@
@ stdcall GetConsoleScreenBufferInfo(long ptr)
@ stdcall GetConsoleTitleA(ptr long)
@ stdcall GetConsoleTitleW(ptr long)
@ st
ub GetConsoleWindow
@ st
dcall GetConsoleWindow()
@ stdcall GetCurrencyFormatA(long long str ptr str long)
@ stdcall GetCurrencyFormatW(long long str ptr str long)
@ stdcall GetCurrentDirectoryA(long ptr)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment