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
e710aa08
Commit
e710aa08
authored
Dec 02, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Remove outdated comments.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
90911216
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
console.c
dlls/kernel32/console.c
+0
-4
No files found.
dlls/kernel32/console.c
View file @
e710aa08
...
@@ -266,7 +266,6 @@ DWORD WINAPI GetConsoleProcessList(LPDWORD processlist, DWORD processcount)
...
@@ -266,7 +266,6 @@ DWORD WINAPI GetConsoleProcessList(LPDWORD processlist, DWORD processcount)
}
}
/* Undocumented, called by native doskey.exe */
/* Undocumented, called by native doskey.exe */
/* FIXME: Should use CONSOLE_GetHistory() above for full implementation */
DWORD
WINAPI
GetConsoleCommandHistoryA
(
DWORD
unknown1
,
DWORD
unknown2
,
DWORD
unknown3
)
DWORD
WINAPI
GetConsoleCommandHistoryA
(
DWORD
unknown1
,
DWORD
unknown2
,
DWORD
unknown3
)
{
{
FIXME
(
": (0x%x, 0x%x, 0x%x) stub!
\n
"
,
unknown1
,
unknown2
,
unknown3
);
FIXME
(
": (0x%x, 0x%x, 0x%x) stub!
\n
"
,
unknown1
,
unknown2
,
unknown3
);
...
@@ -275,7 +274,6 @@ DWORD WINAPI GetConsoleCommandHistoryA(DWORD unknown1, DWORD unknown2, DWORD unk
...
@@ -275,7 +274,6 @@ DWORD WINAPI GetConsoleCommandHistoryA(DWORD unknown1, DWORD unknown2, DWORD unk
}
}
/* Undocumented, called by native doskey.exe */
/* Undocumented, called by native doskey.exe */
/* FIXME: Should use CONSOLE_GetHistory() above for full implementation */
DWORD
WINAPI
GetConsoleCommandHistoryW
(
DWORD
unknown1
,
DWORD
unknown2
,
DWORD
unknown3
)
DWORD
WINAPI
GetConsoleCommandHistoryW
(
DWORD
unknown1
,
DWORD
unknown2
,
DWORD
unknown3
)
{
{
FIXME
(
": (0x%x, 0x%x, 0x%x) stub!
\n
"
,
unknown1
,
unknown2
,
unknown3
);
FIXME
(
": (0x%x, 0x%x, 0x%x) stub!
\n
"
,
unknown1
,
unknown2
,
unknown3
);
...
@@ -284,7 +282,6 @@ DWORD WINAPI GetConsoleCommandHistoryW(DWORD unknown1, DWORD unknown2, DWORD unk
...
@@ -284,7 +282,6 @@ DWORD WINAPI GetConsoleCommandHistoryW(DWORD unknown1, DWORD unknown2, DWORD unk
}
}
/* Undocumented, called by native doskey.exe */
/* Undocumented, called by native doskey.exe */
/* FIXME: Should use CONSOLE_GetHistory() above for full implementation */
DWORD
WINAPI
GetConsoleCommandHistoryLengthA
(
LPCSTR
unknown
)
DWORD
WINAPI
GetConsoleCommandHistoryLengthA
(
LPCSTR
unknown
)
{
{
FIXME
(
": (%s) stub!
\n
"
,
debugstr_a
(
unknown
));
FIXME
(
": (%s) stub!
\n
"
,
debugstr_a
(
unknown
));
...
@@ -293,7 +290,6 @@ DWORD WINAPI GetConsoleCommandHistoryLengthA(LPCSTR unknown)
...
@@ -293,7 +290,6 @@ DWORD WINAPI GetConsoleCommandHistoryLengthA(LPCSTR unknown)
}
}
/* Undocumented, called by native doskey.exe */
/* Undocumented, called by native doskey.exe */
/* FIXME: Should use CONSOLE_GetHistory() above for full implementation */
DWORD
WINAPI
GetConsoleCommandHistoryLengthW
(
LPCWSTR
unknown
)
DWORD
WINAPI
GetConsoleCommandHistoryLengthW
(
LPCWSTR
unknown
)
{
{
FIXME
(
": (%s) stub!
\n
"
,
debugstr_w
(
unknown
));
FIXME
(
": (%s) stub!
\n
"
,
debugstr_w
(
unknown
));
...
...
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