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
56da0c33
Commit
56da0c33
authored
Aug 10, 2005
by
Vincent Béron
Committed by
Alexandre Julliard
Aug 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use #include "foo.h" for including Windows headers in dlls/, use
#include <bar.h> for including Windows headers in include/.
parent
b1d96713
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
20 additions
and
20 deletions
+20
-20
usp10.c
dlls/usp10/usp10.c
+4
-4
msacmdrv.h
include/msacmdrv.h
+5
-5
msi.h
include/msi.h
+1
-1
msxml.idl
include/msxml.idl
+1
-1
msxml2.idl
include/msxml2.idl
+2
-2
odbcinst.h
include/odbcinst.h
+1
-1
strmif.idl
include/strmif.idl
+4
-4
xmldom.idl
include/xmldom.idl
+2
-2
No files found.
dlls/usp10/usp10.c
View file @
56da0c33
...
...
@@ -24,10 +24,10 @@
#include <stdarg.h>
#include
<windef.h>
#include
<winbase.h>
#include
<winuser.h>
#include
<usp10.h>
#include
"windef.h"
#include
"winbase.h"
#include
"winuser.h"
#include
"usp10.h"
#include "wine/debug.h"
...
...
include/msacmdrv.h
View file @
56da0c33
...
...
@@ -23,11 +23,11 @@
#include <stdarg.h>
#include
"windef.h"
#include
"winbase.h"
#include
"mmsystem.h"
#include
"mmreg.h"
#include
"msacm.h"
#include
<windef.h>
#include
<winbase.h>
#include
<mmsystem.h>
#include
<mmreg.h>
#include
<msacm.h>
/***********************************************************************
* Types
...
...
include/msi.h
View file @
56da0c33
...
...
@@ -24,7 +24,7 @@ extern "C" {
#endif
#ifndef _MSI_NO_CRYPTO
#include
"wincrypt.h"
#include
<wincrypt.h>
#endif
typedef
unsigned
long
MSIHANDLE
;
...
...
include/msxml.idl
View file @
56da0c33
...
...
@@ -17,7 +17,7 @@
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
MA
02111
-
1307
USA
*/
#
include
"msxmldid.h"
#
include
<
msxmldid
.
h>
import
"unknwn.idl"
;
import
"wtypes.idl"
;
...
...
include/msxml2.idl
View file @
56da0c33
...
...
@@ -16,8 +16,8 @@
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
MA
02111
-
1307
USA
*/
#
include
"msxml2did.h"
#
include
"olectl.h"
#
include
<
msxml2did
.
h>
#
include
<
olectl
.
h>
import
"unknwn.idl"
;
import
"objidl.idl"
;
...
...
include/odbcinst.h
View file @
56da0c33
...
...
@@ -23,7 +23,7 @@
extern
"C"
{
#endif
#include
"sql.h"
#include
<sql.h>
/* flags for Installer function requests */
#define ODBC_INSTALL_INQUIRY 1
...
...
include/strmif.idl
View file @
56da0c33
...
...
@@ -18,10 +18,10 @@
import
"objidl.idl"
;
#
include
"devenum.idl"
#
include
<
devenum
.
idl>
#
include
"axcore.idl"
#
include
<
axcore
.
idl>
#
include
"axextend.idl"
#
include
<
axextend
.
idl>
#
include
"dyngraph.idl"
#
include
<
dyngraph
.
idl>
include/xmldom.idl
View file @
56da0c33
...
...
@@ -16,8 +16,8 @@
*
Foundation
,
Inc
.
,
59
Temple
Place
,
Suite
330
,
Boston
,
MA
02111
-
1307
USA
*/
#
include
"xmldomdid.h"
#
include
"idispids.h"
#
include
<
xmldomdid
.
h>
#
include
<
idispids
.
h>
import
"ocidl.idl"
;
...
...
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