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
5240bae3
Commit
5240bae3
authored
Nov 11, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Nov 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3: Don't include assert.h where it's not used.
parent
9ec17a84
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
bsc.c
dlls/msxml3/bsc.c
+0
-1
dispex.c
dlls/msxml3/dispex.c
+0
-1
node.c
dlls/msxml3/node.c
+0
-1
parseerror.c
dlls/msxml3/parseerror.c
+0
-1
saxreader.c
dlls/msxml3/saxreader.c
+0
-1
schema.c
dlls/msxml3/schema.c
+0
-1
No files found.
dlls/msxml3/bsc.c
View file @
5240bae3
...
...
@@ -22,7 +22,6 @@
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/msxml3/dispex.c
View file @
5240bae3
...
...
@@ -21,7 +21,6 @@
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/msxml3/node.c
View file @
5240bae3
...
...
@@ -23,7 +23,6 @@
#define COBJMACROS
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/msxml3/parseerror.c
View file @
5240bae3
...
...
@@ -24,7 +24,6 @@
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
...
...
dlls/msxml3/saxreader.c
View file @
5240bae3
...
...
@@ -23,7 +23,6 @@
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
...
...
dlls/msxml3/schema.c
View file @
5240bae3
...
...
@@ -24,7 +24,6 @@
#include "config.h"
#include <stdarg.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.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