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
39bbcb48
Commit
39bbcb48
authored
Sep 20, 2004
by
Jon Griffiths
Committed by
Alexandre Julliard
Sep 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct tag names for compatability with fwd decls.
Some old code checks that _WINDEF_ is defined in windef.h.
parent
bfb06531
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
16 deletions
+16
-16
commdlg.h
include/commdlg.h
+2
-2
winbase.h
include/winbase.h
+1
-1
windef.h
include/windef.h
+3
-3
wingdi.h
include/wingdi.h
+5
-5
winuser.h
include/winuser.h
+1
-1
wtypes.h
include/wtypes.h
+2
-2
wtypes.idl
include/wtypes.idl
+2
-2
No files found.
include/commdlg.h
View file @
39bbcb48
...
...
@@ -245,7 +245,7 @@ DECL_WINELIB_TYPE_AW(LPFINDREPLACE)
typedef
UINT
(
CALLBACK
*
LPCFHOOKPROC
)(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
typedef
struct
typedef
struct
tagCHOOSEFONTA
{
UINT
lStructSize
;
HWND
hwndOwner
;
...
...
@@ -265,7 +265,7 @@ typedef struct
INT
nSizeMax
;
}
CHOOSEFONTA
,
*
LPCHOOSEFONTA
;
typedef
struct
typedef
struct
tagCHOOSEFONTW
{
UINT
lStructSize
;
HWND
hwndOwner
;
...
...
include/winbase.h
View file @
39bbcb48
...
...
@@ -673,7 +673,7 @@ typedef struct _SYSTEM_POWER_STATUS
}
SYSTEM_POWER_STATUS
,
*
LPSYSTEM_POWER_STATUS
;
typedef
struct
tag
SYSTEM_INFO
typedef
struct
_
SYSTEM_INFO
{
union
{
DWORD
dwOemId
;
/* Obsolete field - do not use */
...
...
include/windef.h
View file @
39bbcb48
...
...
@@ -18,8 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
_WINE_WINDEF_H
#define _
_WINE_WINDEF_H
#ifndef _
WINDEF_
#define _
WINDEF_
#ifndef WINVER
#define WINVER 0x0500
...
...
@@ -343,4 +343,4 @@ typedef const RECTL *LPCRECTL;
}
#endif
#endif
/* _
_WINE_WINDEF_H
*/
#endif
/* _
WINDEF_
*/
include/wingdi.h
View file @
39bbcb48
...
...
@@ -516,7 +516,7 @@ typedef LOGBRUSH PATTERN, *PPATTERN, *LPPATTERN;
#define DEVICE_FONTTYPE 0x0002
#define TRUETYPE_FONTTYPE 0x0004
typedef
struct
typedef
struct
tagLOGFONTA
{
LONG
lfHeight
;
LONG
lfWidth
;
...
...
@@ -534,7 +534,7 @@ typedef struct
CHAR
lfFaceName
[
LF_FACESIZE
];
}
LOGFONTA
,
*
PLOGFONTA
,
*
LPLOGFONTA
;
typedef
struct
typedef
struct
tagLOGFONTW
{
LONG
lfHeight
;
LONG
lfWidth
;
...
...
@@ -653,7 +653,7 @@ typedef struct
#define OBJ_ENHMETAFILE 13
#define OBJ_COLORSPACE 14
typedef
struct
typedef
struct
tagXFORM
{
FLOAT
eM11
;
FLOAT
eM12
;
...
...
@@ -773,7 +773,7 @@ typedef struct
#ifndef _TEXTMETRIC_DEFINED
#define _TEXTMETRIC_DEFINED
typedef
struct
typedef
struct
tagTEXTMETRICA
{
LONG
tmHeight
;
LONG
tmAscent
;
...
...
@@ -797,7 +797,7 @@ typedef struct
BYTE
tmCharSet
;
}
TEXTMETRICA
,
*
LPTEXTMETRICA
,
*
PTEXTMETRICA
;
typedef
struct
typedef
struct
tagTEXTMETRICW
{
LONG
tmHeight
;
LONG
tmAscent
;
...
...
include/winuser.h
View file @
39bbcb48
...
...
@@ -1834,7 +1834,7 @@ typedef struct
#define CURSOR_SHOWING 0x00000001
/* this is the 6 byte accel struct used in Win32 when presented to the user */
typedef
struct
typedef
struct
tagACCEL
{
BYTE
fVirt
;
WORD
key
;
...
...
include/wtypes.h
View file @
39bbcb48
...
...
@@ -219,7 +219,7 @@ typedef struct _FILETIME {
#endif
#ifndef _TEXTMETRIC_DEFINED
#define _TEXTMETRIC_DEFINED
typedef
struct
{
typedef
struct
tagTEXTMETRICA
{
LONG
tmHeight
;
LONG
tmAscent
;
LONG
tmDescent
;
...
...
@@ -242,7 +242,7 @@ typedef struct {
BYTE
tmCharSet
;
}
TEXTMETRICA
,
*
LPTEXTMETRICA
,
*
PTEXTMETRICA
;
typedef
struct
{
typedef
struct
tagTEXTMETRICW
{
LONG
tmHeight
;
LONG
tmAscent
;
LONG
tmDescent
;
...
...
include/wtypes.idl
View file @
39bbcb48
...
...
@@ -220,7 +220,7 @@ cpp_quote("#endif")
cpp_quote("#ifndef _TEXTMETRIC_DEFINED")
cpp_quote("#define _TEXTMETRIC_DEFINED")
typedef struct
typedef struct
tagTEXTMETRICA
{
LONG tmHeight;
LONG tmAscent;
...
...
@@ -244,7 +244,7 @@ typedef struct
BYTE tmCharSet;
} TEXTMETRICA, *LPTEXTMETRICA, *PTEXTMETRICA;
typedef struct
typedef struct
tagTEXTMETRICW
{
LONG tmHeight;
LONG tmAscent;
...
...
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