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
16960a42
Commit
16960a42
authored
Mar 26, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Remove unneeded NONAMELESSXXX directives.
Also put them in the files that need them.
parent
a1edebef
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
3 deletions
+6
-3
binding.c
dlls/urlmon/binding.c
+2
-0
http.c
dlls/urlmon/http.c
+2
-0
sec_mgr.c
dlls/urlmon/tests/sec_mgr.c
+0
-1
urlmon_main.c
dlls/urlmon/urlmon_main.c
+2
-0
urlmon_main.h
dlls/urlmon/urlmon_main.h
+0
-2
No files found.
dlls/urlmon/binding.c
View file @
16960a42
...
...
@@ -16,6 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define NONAMELESSUNION
#include "urlmon_main.h"
#include "winreg.h"
#include "shlwapi.h"
...
...
dlls/urlmon/http.c
View file @
16960a42
...
...
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define NONAMELESSUNION
#include "urlmon_main.h"
#include "wininet.h"
...
...
dlls/urlmon/tests/sec_mgr.c
View file @
16960a42
...
...
@@ -20,7 +20,6 @@
#define COBJMACROS
#define CONST_VTABLE
#define NONAMELESSUNION
/* needed for IInternetZoneManagerEx2 */
#define _WIN32_IE 0x0700
...
...
dlls/urlmon/urlmon_main.c
View file @
16960a42
...
...
@@ -20,6 +20,8 @@
#include <stdarg.h>
#define NONAMELESSUNION
#include "urlmon_main.h"
#include "winreg.h"
...
...
dlls/urlmon/urlmon_main.h
View file @
16960a42
...
...
@@ -23,8 +23,6 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.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