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
ecc04f69
Commit
ecc04f69
authored
Mar 12, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Remove unneeded NONAMELESSXXX directives.
parent
5e93b026
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
14 deletions
+3
-14
change.c
dlls/kernel32/change.c
+0
-1
comm.c
dlls/kernel32/comm.c
+0
-2
oldconfig.c
dlls/kernel32/oldconfig.c
+0
-2
path.c
dlls/kernel32/path.c
+0
-2
sync.c
dlls/kernel32/sync.c
+1
-3
time.c
dlls/kernel32/time.c
+1
-2
virtual.c
dlls/kernel32/virtual.c
+1
-2
No files found.
dlls/kernel32/change.c
View file @
ecc04f69
...
...
@@ -27,7 +27,6 @@
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/kernel32/comm.c
View file @
ecc04f69
...
...
@@ -25,8 +25,6 @@
#include <stdarg.h>
#include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/kernel32/oldconfig.c
View file @
ecc04f69
...
...
@@ -42,8 +42,6 @@
# include <linux/hdreg.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
...
...
dlls/kernel32/path.c
View file @
ecc04f69
...
...
@@ -28,8 +28,6 @@
#include <stdio.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
dlls/kernel32/sync.c
View file @
ecc04f69
...
...
@@ -29,11 +29,9 @@
#include <stdarg.h>
#include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/kernel32/time.c
View file @
ecc04f69
...
...
@@ -39,10 +39,9 @@
#include <machine/limits.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
...
...
dlls/kernel32/virtual.c
View file @
ecc04f69
...
...
@@ -30,10 +30,9 @@
# include <unistd.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winnls.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