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
ef7a5c1b
Commit
ef7a5c1b
authored
Nov 29, 2000
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Nov 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a few compilation warnings.
parent
94a6832b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
3 deletions
+1
-3
rebar.c
dlls/comctl32/rebar.c
+1
-0
olecli32.spec
dlls/olecli/olecli32.spec
+0
-1
ttydrv.spec
dlls/ttydrv/ttydrv.spec
+0
-1
joystick.drv.spec
dlls/winmm/joystick/joystick.drv.spec
+0
-1
No files found.
dlls/comctl32/rebar.c
View file @
ef7a5c1b
...
...
@@ -38,6 +38,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include "class.h"
...
...
dlls/olecli/olecli32.spec
View file @
ef7a5c1b
...
...
@@ -2,7 +2,6 @@ name olecli32
type win32
import ole32.dll
import olesvr32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
...
...
dlls/ttydrv/ttydrv.spec
View file @
ef7a5c1b
...
...
@@ -2,7 +2,6 @@ name ttydrv
type win32
init TTYDRV_Init
import user32.dll
import gdi32.dll
import kernel32.dll
import ntdll.dll
...
...
dlls/winmm/joystick/joystick.drv.spec
View file @
ef7a5c1b
...
...
@@ -4,7 +4,6 @@ type win32
import winmm.dll
import user32.dll
import kernel32.dll
import ntdll.dll
debug_channels (joystick)
...
...
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