Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8de3ba8f
Commit
8de3ba8f
authored
Apr 03, 1999
by
Joerg Mayer
Committed by
Alexandre Julliard
Apr 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
parent
c049e816
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
7 deletions
+11
-7
aspi.h
include/aspi.h
+2
-0
mmsystem.h
include/mmsystem.h
+0
-2
winaspi.h
include/winaspi.h
+2
-0
winioctl.h
include/winioctl.h
+1
-3
winnt.h
include/winnt.h
+3
-1
wnaspi32.h
include/wnaspi32.h
+2
-0
globals.h
programs/view/globals.h
+1
-1
No files found.
include/aspi.h
View file @
8de3ba8f
...
...
@@ -115,4 +115,6 @@ struct ASPI_DEVICE_INFO {
typedef
struct
ASPI_DEVICE_INFO
ASPI_DEVICE_INFO
;
static
ASPI_DEVICE_INFO
*
ASPI_open_devices
=
NULL
;
#pragma pack(4)
#endif
include/mmsystem.h
View file @
8de3ba8f
...
...
@@ -2837,8 +2837,6 @@ BOOL16 WINAPI DriverCallback16(DWORD dwCallBack, UINT16 uFlags, HANDLE16 hDev,
WORD
wMsg
,
DWORD
dwUser
,
DWORD
dwParam1
,
DWORD
dwParam2
);
DWORD
WINAPI
auxMessage
(
WORD
wDevID
,
WORD
wMsg
,
DWORD
dwUser
,
DWORD
dwParam1
,
DWORD
dwParam2
);
#pragma pack(4)
DWORD
WINAPI
mixMessage
(
WORD
wDevID
,
WORD
wMsg
,
DWORD
dwUser
,
DWORD
dwParam1
,
DWORD
dwParam2
);
DWORD
WINAPI
midMessage
(
WORD
wDevID
,
WORD
wMsg
,
DWORD
dwUser
,
...
...
include/winaspi.h
View file @
8de3ba8f
...
...
@@ -97,4 +97,6 @@ union SRB16 {
typedef
union
SRB16
SRB16
;
#pragma pack(4)
#endif
include/winioctl.h
View file @
8de3ba8f
...
...
@@ -3,8 +3,6 @@
#include "winnt.h"
#pragma pack(1)
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
(DWORD)((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
)
...
...
@@ -248,7 +246,7 @@ typedef struct tagMID {
BYTE
midVolLabel
[
11
];
BYTE
midFileSysType
[
8
];
}
MID
,
*
PMID
;
#pragma pack()
#pragma pack(
4
)
/* End VWIN32 information */
...
...
include/winnt.h
View file @
8de3ba8f
...
...
@@ -378,7 +378,7 @@ typedef enum _TOKEN_INFORMATION_CLASS {
#ifndef _SECURITY_DEFINED
#define _SECURITY_DEFINED
#pragma pack
(1)
#pragma pack(1)
typedef
struct
{
BYTE
Value
[
6
];
...
...
@@ -784,4 +784,6 @@ typedef enum tagSID_NAME_USE {
#define DACL_SECURITY_INFORMATION 0x00000004
#define SACL_SECURITY_INFORMATION 0x00000008
#pragma pack(4)
#endif
/* __WINE_WINNT_H */
include/wnaspi32.h
View file @
8de3ba8f
...
...
@@ -93,4 +93,6 @@ union SRB {
typedef
union
SRB
SRB
;
#pragma pack(4)
#endif
programs/view/globals.h
View file @
8de3ba8f
...
...
@@ -32,4 +32,4 @@ typedef struct
#define APMHEADER_KEY 0x9AC6CDD7l
#pragma pack(4)
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