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
238b6d70
Commit
238b6d70
authored
Oct 31, 1999
by
Huw D M Davies
Committed by
Alexandre Julliard
Oct 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a couple of compiler warnings.
parent
ebd6dbc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
win.c
windows/win.c
+1
-0
wineclipsrv.c
windows/x11drv/wineclipsrv.c
+1
-1
No files found.
windows/win.c
View file @
238b6d70
...
...
@@ -1689,6 +1689,7 @@ HWND WINAPI GetDesktopWindow(void)
if
(
pWndDesktop
)
return
pWndDesktop
->
hwndSelf
;
ERR_
(
win
)(
"You need the -desktop option when running with native USER
\n
"
);
ExitProcess
(
1
);
return
0
;
}
...
...
windows/x11drv/wineclipsrv.c
View file @
238b6d70
...
...
@@ -189,7 +189,7 @@ void TextOut(Window win, GC gc, char *pStr);
void
getGC
(
Window
win
,
GC
*
gc
);
void
main
(
int
argc
,
char
**
argv
)
int
main
(
int
argc
,
char
**
argv
)
{
XEvent
event
;
...
...
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