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
ca1545cf
Commit
ca1545cf
authored
Mar 14, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Remove unneeded NONAMELESSXXX directives.
parent
ce40bcf0
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
10 additions
and
24 deletions
+10
-24
actctx.c
dlls/ntdll/actctx.c
+1
-2
cdrom.c
dlls/ntdll/cdrom.c
+1
-2
directory.c
dlls/ntdll/directory.c
+1
-2
file.c
dlls/ntdll/file.c
+1
-2
heap.c
dlls/ntdll/heap.c
+1
-2
loader.c
dlls/ntdll/loader.c
+1
-3
serial.c
dlls/ntdll/serial.c
+1
-2
sync.c
dlls/ntdll/sync.c
+1
-3
tape.c
dlls/ntdll/tape.c
+1
-2
time.c
dlls/ntdll/time.c
+0
-2
virtual.c
dlls/ntdll/virtual.c
+1
-2
No files found.
dlls/ntdll/actctx.c
View file @
ca1545cf
...
...
@@ -28,10 +28,9 @@
#include <stdarg.h>
#include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "winternl.h"
#include "ddk/wdm.h"
#include "ntdll_misc.h"
...
...
dlls/ntdll/cdrom.c
View file @
ca1545cf
...
...
@@ -116,10 +116,9 @@ typedef struct
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winternl.h"
#include "winioctl.h"
...
...
dlls/ntdll/directory.c
View file @
ca1545cf
...
...
@@ -70,10 +70,9 @@
# include <unistd.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winnt.h"
#include "winternl.h"
...
...
dlls/ntdll/file.c
View file @
ca1545cf
...
...
@@ -76,10 +76,9 @@
# include <valgrind/memcheck.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "wine/unicode.h"
#include "wine/debug.h"
#include "wine/server.h"
...
...
dlls/ntdll/heap.c
View file @
ca1545cf
...
...
@@ -33,10 +33,9 @@
#define RUNNING_ON_VALGRIND 0
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winnt.h"
#include "winternl.h"
...
...
dlls/ntdll/loader.c
View file @
ca1545cf
...
...
@@ -28,11 +28,9 @@
# include <sys/mman.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winnt.h"
#include "winternl.h"
...
...
dlls/ntdll/serial.c
View file @
ca1545cf
...
...
@@ -57,10 +57,9 @@
# include <sys/strtio.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winternl.h"
#include "winioctl.h"
...
...
dlls/ntdll/sync.c
View file @
ca1545cf
...
...
@@ -48,11 +48,9 @@
#include <stdlib.h>
#include <time.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winternl.h"
#include "wine/server.h"
...
...
dlls/ntdll/tape.c
View file @
ca1545cf
...
...
@@ -48,10 +48,9 @@
#define MTSETBLK MTSETBSIZ
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winternl.h"
#include "winioctl.h"
...
...
dlls/ntdll/time.c
View file @
ca1545cf
...
...
@@ -42,8 +42,6 @@
# include <mach/mach_time.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"
...
...
dlls/ntdll/virtual.c
View file @
ca1545cf
...
...
@@ -42,10 +42,9 @@
# include <valgrind/valgrind.h>
#endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winternl.h"
#include "wine/library.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