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
14aa446f
Commit
14aa446f
authored
Mar 20, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Remove unneeded NONAMELESSXXX directives.
parent
351d907b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
7 deletions
+2
-7
istream.c
dlls/shlwapi/istream.c
+0
-1
msgbox.c
dlls/shlwapi/msgbox.c
+0
-2
ordinal.c
dlls/shlwapi/ordinal.c
+0
-2
stopwatch.c
dlls/shlwapi/stopwatch.c
+1
-1
string.c
dlls/shlwapi/string.c
+1
-1
No files found.
dlls/shlwapi/istream.c
View file @
14aa446f
...
...
@@ -22,7 +22,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shlwapi/msgbox.c
View file @
14aa446f
...
...
@@ -24,8 +24,6 @@
#include <stdarg.h>
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/shlwapi/ordinal.c
View file @
14aa446f
...
...
@@ -28,8 +28,6 @@
#include <string.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shlwapi/stopwatch.c
View file @
14aa446f
...
...
@@ -31,7 +31,7 @@
#include <stdlib.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
...
...
dlls/shlwapi/string.c
View file @
14aa446f
...
...
@@ -28,7 +28,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#define NO_SHLWAPI_REG
...
...
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