Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
980f1d67
Commit
980f1d67
authored
May 27, 2005
by
Richard Cohen
Committed by
Alexandre Julliard
May 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some obsolete comments
parent
f271224f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
19 deletions
+6
-19
loadorder.c
dlls/ntdll/loadorder.c
+2
-4
msgbox.c
dlls/user/msgbox.c
+0
-4
nonclient.c
dlls/user/nonclient.c
+4
-4
text.c
dlls/user/text.c
+0
-7
No files found.
dlls/ntdll/loadorder.c
View file @
980f1d67
...
...
@@ -473,10 +473,8 @@ static BOOL get_registry_value( HKEY hkey, const WCHAR *module, enum loadorder_t
/***************************************************************************
* MODULE_GetLoadOrderW (internal)
*
* Locate the loadorder of a module.
* Any path is stripped from the path-argument and so are the extension
* '.dll' and '.exe'. A lookup in the table can yield an override for
* the specific dll. Otherwise the default load order is returned.
* Return the loadorder of a module.
* The system directory and '.dll' extension is stripped from the path.
*/
void
MODULE_GetLoadOrderW
(
enum
loadorder_type
loadorder
[],
const
WCHAR
*
app_name
,
const
WCHAR
*
path
)
...
...
dlls/user/msgbox.c
View file @
980f1d67
...
...
@@ -346,10 +346,6 @@ static INT_PTR CALLBACK MSGBOX_DlgProc( HWND hwnd, UINT message,
/**************************************************************************
* MessageBoxA (USER32.@)
*
* NOTES
* The WARN is here to help debug erroneous MessageBoxes
* Use: WINEDEBUG=warn+dialog,+relay
*/
INT
WINAPI
MessageBoxA
(
HWND
hWnd
,
LPCSTR
text
,
LPCSTR
title
,
UINT
type
)
{
...
...
dlls/user/nonclient.c
View file @
980f1d67
...
...
@@ -88,8 +88,8 @@ static const BYTE lpGrayMask[] = { 0xAA, 0xA0,
* Computes the size of the "outside" parts of the window based on the
* parameters of the client area.
*
+
PARAMS
* LPRECT
16
rect
*
PARAMS
* LPRECT rect
* DWORD style
* BOOL menu
* DWORD exStyle
...
...
@@ -144,8 +144,8 @@ NC_AdjustRectOuter (LPRECT rect, DWORD style, BOOL menu, DWORD exStyle)
* Computes the size of the "inside" part of the window based on the
* parameters of the client area.
*
+
PARAMS
* LPRECT
16
rect
*
PARAMS
* LPRECT
rect
* DWORD style
* DWORD exStyle
*
...
...
dlls/user/text.c
View file @
980f1d67
...
...
@@ -1105,13 +1105,6 @@ static BOOL CALLBACK gray_string_callbackW( HDC hdc, LPARAM param, INT len )
/***********************************************************************
* TEXT_GrayString
*
* FIXME: The call to 16-bit code only works because the wine GDI is a 16-bit
* heap and we can guarantee that the handles fit in an INT16. We have to
* rethink the strategy once the migration to NT handles is complete.
* We are going to get a lot of code-duplication once this migration is
* completed...
*
*/
static
BOOL
TEXT_GrayString
(
HDC
hdc
,
HBRUSH
hb
,
GRAYSTRINGPROC
fn
,
LPARAM
lp
,
INT
len
,
INT
x
,
INT
y
,
INT
cx
,
INT
cy
)
...
...
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