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
5f8d1502
Commit
5f8d1502
authored
May 25, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Exclude unused headers.
parent
9d59c030
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
6 deletions
+0
-6
lolvldrv.c
dlls/winmm/lolvldrv.c
+0
-2
message16.c
dlls/winmm/message16.c
+0
-2
mmsystem.c
dlls/winmm/mmsystem.c
+0
-1
winmm.c
dlls/winmm/winmm.c
+0
-1
No files found.
dlls/winmm/lolvldrv.c
View file @
5f8d1502
...
...
@@ -30,11 +30,9 @@
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winver.h"
#include "winemm.h"
#include "wine/debug.h"
#include "wine/exception.h"
#include "excpt.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
winmm
);
...
...
dlls/winmm/message16.c
View file @
5f8d1502
...
...
@@ -25,8 +25,6 @@
#include "wine/winbase16.h"
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winver.h"
#include "wownt32.h"
#include "winemm16.h"
#include "digitalv.h"
...
...
dlls/winmm/mmsystem.c
View file @
5f8d1502
...
...
@@ -34,7 +34,6 @@
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
#include "winreg.h"
#include "winternl.h"
#include "wownt32.h"
#include "winnls.h"
...
...
dlls/winmm/winmm.c
View file @
5f8d1502
...
...
@@ -50,7 +50,6 @@
#include "mmsystem.h"
#include "winuser.h"
#include "winnls.h"
#include "winreg.h"
#include "winternl.h"
#include "winemm.h"
...
...
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