Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
ff1d7282
Commit
ff1d7282
authored
24 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added missing pointer type declarations (usually Pxxx).
parent
0aebee98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/winbase.h
+14
-11
14 additions, 11 deletions
include/winbase.h
with
14 additions
and
11 deletions
include/winbase.h
+
14
−
11
View file @
ff1d7282
...
@@ -130,7 +130,7 @@ typedef struct
...
@@ -130,7 +130,7 @@ typedef struct
WORD
nErrCode
;
WORD
nErrCode
;
BYTE
reserved
[
4
];
BYTE
reserved
[
4
];
BYTE
szPathName
[
OFS_MAXPATHNAME
];
BYTE
szPathName
[
OFS_MAXPATHNAME
];
}
OFSTRUCT
,
*
LPOFSTRUCT
;
}
OFSTRUCT
,
*
POFSTRUCT
,
*
LPOFSTRUCT
;
#define OF_READ 0x0000
#define OF_READ 0x0000
#define OF_WRITE 0x0001
#define OF_WRITE 0x0001
...
@@ -188,7 +188,7 @@ typedef struct
...
@@ -188,7 +188,7 @@ typedef struct
{
{
DWORD
dwLowDateTime
;
DWORD
dwLowDateTime
;
DWORD
dwHighDateTime
;
DWORD
dwHighDateTime
;
}
FILETIME
,
*
LPFILETIME
;
}
FILETIME
,
*
PFILETIME
,
*
LPFILETIME
;
#endif
/* _FILETIME_ */
#endif
/* _FILETIME_ */
/* Find* structures */
/* Find* structures */
...
@@ -204,7 +204,7 @@ typedef struct
...
@@ -204,7 +204,7 @@ typedef struct
DWORD
dwReserved1
;
DWORD
dwReserved1
;
CHAR
cFileName
[
260
];
CHAR
cFileName
[
260
];
CHAR
cAlternateFileName
[
14
];
CHAR
cAlternateFileName
[
14
];
}
WIN32_FIND_DATAA
,
*
LPWIN32_FIND_DATAA
;
}
WIN32_FIND_DATAA
,
*
PWIN32_FIND_DATAA
,
*
LPWIN32_FIND_DATAA
;
typedef
struct
typedef
struct
{
{
...
@@ -218,9 +218,10 @@ typedef struct
...
@@ -218,9 +218,10 @@ typedef struct
DWORD
dwReserved1
;
DWORD
dwReserved1
;
WCHAR
cFileName
[
260
];
WCHAR
cFileName
[
260
];
WCHAR
cAlternateFileName
[
14
];
WCHAR
cAlternateFileName
[
14
];
}
WIN32_FIND_DATAW
,
*
LPWIN32_FIND_DATAW
;
}
WIN32_FIND_DATAW
,
*
PWIN32_FIND_DATAW
,
*
LPWIN32_FIND_DATAW
;
DECL_WINELIB_TYPE_AW
(
WIN32_FIND_DATA
)
DECL_WINELIB_TYPE_AW
(
WIN32_FIND_DATA
)
DECL_WINELIB_TYPE_AW
(
PWIN32_FIND_DATA
)
DECL_WINELIB_TYPE_AW
(
LPWIN32_FIND_DATA
)
DECL_WINELIB_TYPE_AW
(
LPWIN32_FIND_DATA
)
typedef
enum
_FINDEX_INFO_LEVELS
typedef
enum
_FINDEX_INFO_LEVELS
...
@@ -256,7 +257,7 @@ typedef struct
...
@@ -256,7 +257,7 @@ typedef struct
LPVOID
lpLastBlock
;
LPVOID
lpLastBlock
;
}
Region
;
}
Region
;
}
DUMMYUNIONNAME
;
}
DUMMYUNIONNAME
;
}
PROCESS_HEAP_ENTRY
,
*
LPPROCESS_HEAP_ENTRY
;
}
PROCESS_HEAP_ENTRY
,
*
PPROCESS_HEAP_ENTRY
,
*
LPPROCESS_HEAP_ENTRY
;
#define PROCESS_HEAP_REGION 0x0001
#define PROCESS_HEAP_REGION 0x0001
#define PROCESS_HEAP_UNCOMMITTED_RANGE 0x0002
#define PROCESS_HEAP_UNCOMMITTED_RANGE 0x0002
...
@@ -630,7 +631,7 @@ typedef struct {
...
@@ -630,7 +631,7 @@ typedef struct {
WORD
wMinute
;
WORD
wMinute
;
WORD
wSecond
;
WORD
wSecond
;
WORD
wMilliseconds
;
WORD
wMilliseconds
;
}
SYSTEMTIME
,
*
LPSYSTEMTIME
;
}
SYSTEMTIME
,
*
PSYSTEMTIME
,
*
LPSYSTEMTIME
;
/* The 'overlapped' data structure used by async I/O functions.
/* The 'overlapped' data structure used by async I/O functions.
*/
*/
...
@@ -709,7 +710,7 @@ typedef struct {
...
@@ -709,7 +710,7 @@ typedef struct {
HANDLE
hThread
;
HANDLE
hThread
;
DWORD
dwProcessId
;
DWORD
dwProcessId
;
DWORD
dwThreadId
;
DWORD
dwThreadId
;
}
PROCESS_INFORMATION
,
*
LPPROCESS_INFORMATION
;
}
PROCESS_INFORMATION
,
*
PPROCESS_INFORMATION
,
*
LPPROCESS_INFORMATION
;
typedef
struct
{
typedef
struct
{
LONG
Bias
;
LONG
Bias
;
...
@@ -719,7 +720,7 @@ typedef struct {
...
@@ -719,7 +720,7 @@ typedef struct {
WCHAR
DaylightName
[
32
];
WCHAR
DaylightName
[
32
];
SYSTEMTIME
DaylightDate
;
SYSTEMTIME
DaylightDate
;
LONG
DaylightBias
;
LONG
DaylightBias
;
}
TIME_ZONE_INFORMATION
,
*
LPTIME_ZONE_INFORMATION
;
}
TIME_ZONE_INFORMATION
,
*
PTIME_ZONE_INFORMATION
,
*
LPTIME_ZONE_INFORMATION
;
#define TIME_ZONE_ID_INVALID ((DWORD)0xFFFFFFFF)
#define TIME_ZONE_ID_INVALID ((DWORD)0xFFFFFFFF)
#define TIME_ZONE_ID_UNKNOWN 0
#define TIME_ZONE_ID_UNKNOWN 0
...
@@ -790,7 +791,7 @@ typedef struct
...
@@ -790,7 +791,7 @@ typedef struct
int
nNumberOfLinks
;
int
nNumberOfLinks
;
int
nFileIndexHigh
;
int
nFileIndexHigh
;
int
nFileIndexLow
;
int
nFileIndexLow
;
}
BY_HANDLE_FILE_INFORMATION
,
*
LPBY_HANDLE_FILE_INFORMATION
;
}
BY_HANDLE_FILE_INFORMATION
,
*
PBY_HANDLE_FILE_INFORMATION
,
*
LPBY_HANDLE_FILE_INFORMATION
;
typedef
struct
_SYSTEM_POWER_STATUS
typedef
struct
_SYSTEM_POWER_STATUS
...
@@ -981,7 +982,7 @@ typedef struct {
...
@@ -981,7 +982,7 @@ typedef struct {
DWORD
dwBuildNumber
;
DWORD
dwBuildNumber
;
DWORD
dwPlatformId
;
DWORD
dwPlatformId
;
CHAR
szCSDVersion
[
128
];
CHAR
szCSDVersion
[
128
];
}
OSVERSIONINFOA
;
}
OSVERSIONINFOA
,
*
POSVERSIONINFOA
,
*
LPOSVERSIONINFOA
;
typedef
struct
{
typedef
struct
{
DWORD
dwOSVersionInfoSize
;
DWORD
dwOSVersionInfoSize
;
...
@@ -990,9 +991,11 @@ typedef struct {
...
@@ -990,9 +991,11 @@ typedef struct {
DWORD
dwBuildNumber
;
DWORD
dwBuildNumber
;
DWORD
dwPlatformId
;
DWORD
dwPlatformId
;
WCHAR
szCSDVersion
[
128
];
WCHAR
szCSDVersion
[
128
];
}
OSVERSIONINFOW
;
}
OSVERSIONINFOW
,
*
POSVERSIONINFOW
,
*
LPOSVERSIONINFOW
;
DECL_WINELIB_TYPE_AW
(
OSVERSIONINFO
)
DECL_WINELIB_TYPE_AW
(
OSVERSIONINFO
)
DECL_WINELIB_TYPE_AW
(
POSVERSIONINFO
)
DECL_WINELIB_TYPE_AW
(
LPOSVERSIONINFO
)
#define VER_PLATFORM_WIN32s 0
#define VER_PLATFORM_WIN32s 0
#define VER_PLATFORM_WIN32_WINDOWS 1
#define VER_PLATFORM_WIN32_WINDOWS 1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment