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
359fbe82
Commit
359fbe82
authored
Mar 11, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Remove unneeded NONAMELESSXXX directives.
parent
abd2c726
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
7 additions
and
18 deletions
+7
-18
buffer.c
dlls/dsound/buffer.c
+0
-2
capture.c
dlls/dsound/capture.c
+1
-2
dsound.c
dlls/dsound/dsound.c
+1
-2
dsound_convert.c
dlls/dsound/dsound_convert.c
+0
-2
dsound_main.c
dlls/dsound/dsound_main.c
+1
-1
duplex.c
dlls/dsound/duplex.c
+0
-2
mixer.c
dlls/dsound/mixer.c
+1
-2
primary.c
dlls/dsound/primary.c
+1
-1
propset.c
dlls/dsound/propset.c
+2
-2
sound3d.c
dlls/dsound/sound3d.c
+0
-2
No files found.
dlls/dsound/buffer.c
View file @
359fbe82
...
...
@@ -23,8 +23,6 @@
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/dsound/capture.c
View file @
359fbe82
...
...
@@ -28,8 +28,7 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/dsound/dsound.c
View file @
359fbe82
...
...
@@ -26,8 +26,7 @@
#include <math.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/dsound/dsound_convert.c
View file @
359fbe82
...
...
@@ -39,8 +39,6 @@
#include <stdarg.h>
#include <math.h>
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
...
...
dlls/dsound/dsound_main.c
View file @
359fbe82
...
...
@@ -35,8 +35,8 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/dsound/duplex.c
View file @
359fbe82
...
...
@@ -22,8 +22,6 @@
#include <stdarg.h>
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
...
...
dlls/dsound/mixer.c
View file @
359fbe82
...
...
@@ -27,8 +27,7 @@
#include <math.h>
/* Insomnia - pow() function */
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"
...
...
dlls/dsound/primary.c
View file @
359fbe82
...
...
@@ -26,8 +26,8 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/dsound/propset.c
View file @
359fbe82
...
...
@@ -19,10 +19,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
...
...
dlls/dsound/sound3d.c
View file @
359fbe82
...
...
@@ -40,8 +40,6 @@
#include <stdarg.h>
#include <math.h>
/* Insomnia - pow() function */
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winuser.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