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
6371e832
Commit
6371e832
authored
Oct 13, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a NOGDI protection.
Replaced _MAX_PATH with MAX_PATH. #undef can be used directly on TRANSPARENT.
parent
ff04b4ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
wingdi.h
include/wingdi.h
+9
-9
No files found.
include/wingdi.h
View file @
6371e832
#ifndef __WINE_WINGDI_H
#define __WINE_WINGDI_H
#ifndef _WINGDI_
#define _WINGDI_
#ifndef NOGDI
#ifdef __cplusplus
extern
"C"
{
#endif
#define _WINGDI_
#include "pshpack1.h"
...
...
@@ -165,7 +165,7 @@ typedef struct tagLOGCOLORSPACEA
DWORD
lcsGammaRed
;
DWORD
lcsGammaGreen
;
DWORD
lcsGammaBlue
;
CHAR
lcsFilename
[
_
MAX_PATH
];
CHAR
lcsFilename
[
MAX_PATH
];
}
LOGCOLORSPACEA
,
*
LPLOGCOLORSPACEA
;
typedef
struct
tagLOGCOLORSPACEW
...
...
@@ -179,7 +179,7 @@ typedef struct tagLOGCOLORSPACEA
DWORD
lcsGammaRed
;
DWORD
lcsGammaGreen
;
DWORD
lcsGammaBlue
;
WCHAR
lcsFilename
[
_
MAX_PATH
];
WCHAR
lcsFilename
[
MAX_PATH
];
}
LOGCOLORSPACEW
,
*
LPLOGCOLORSPACEW
;
DECL_WINELIB_TYPE_AW
(
LPLOGCOLORSPACE
)
...
...
@@ -1437,10 +1437,9 @@ typedef struct tagEXTLOGPEN
#define WINDING 2
#define POLYFILL_LAST 2
/* Background modes */
#ifdef TRANSPARENT
/*Apparently some broken svr4 includes define TRANSPARENT
*/
/* Background modes */
/* Apparently some broken svr4 includes define TRANSPARENT
*/
#undef TRANSPARENT
#endif
#define TRANSPARENT 1
#define OPAQUE 2
#define BKMODE_LAST 2
...
...
@@ -3354,4 +3353,5 @@ BOOL WINAPI PolyTextOutW(HDC,PPOLYTEXTW,INT);
}
#endif
#endif
/* __WINE_WINGDI_H */
#endif
/* !NOGDI */
#endif
/* _WINGDI_ */
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