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
bc68822c
Commit
bc68822c
authored
Mar 12, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krnl386.exe16: Remove unneeded NONAMELESSXXX directives.
parent
ecc04f69
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
8 deletions
+4
-8
file.c
dlls/krnl386.exe16/file.c
+0
-2
int2f.c
dlls/krnl386.exe16/int2f.c
+1
-2
local.c
dlls/krnl386.exe16/local.c
+1
-1
vga.c
dlls/krnl386.exe16/vga.c
+1
-1
vxd.c
dlls/krnl386.exe16/vxd.c
+1
-2
No files found.
dlls/krnl386.exe16/file.c
View file @
bc68822c
...
...
@@ -30,8 +30,6 @@
#include <stdio.h>
#include <assert.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
...
...
dlls/krnl386.exe16/int2f.c
View file @
bc68822c
...
...
@@ -25,10 +25,9 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "wine/winbase16.h"
#include "wine/debug.h"
#include "winternl.h"
...
...
dlls/krnl386.exe16/local.c
View file @
bc68822c
...
...
@@ -30,7 +30,7 @@
#include "config.h"
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdlib.h>
#include <string.h>
#include "wine/winbase16.h"
...
...
dlls/krnl386.exe16/vga.c
View file @
bc68822c
...
...
@@ -22,7 +22,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
...
...
dlls/krnl386.exe16/vxd.c
View file @
bc68822c
...
...
@@ -34,10 +34,9 @@
#include <string.h>
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h"
#include "winbase.h"
#include "winerror.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