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
adf52cda
Commit
adf52cda
authored
May 12, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove uneeded __RPC_FAR references.
parent
9139fd14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
dmusici.h
include/dmusici.h
+3
-3
rpcdce.h
include/rpcdce.h
+6
-6
No files found.
include/dmusici.h
View file @
adf52cda
...
...
@@ -134,9 +134,9 @@ typedef struct IDirectMusicContainer *LPDIRECTMUSICCONTAINER;
typedef
struct
IDirectMusicContainer
IDirectMusicContainer8
,
*
LPDIRECTMUSICCONTAINER8
;
/* RPC declarations */
typedef
struct
IDirectMusicBand
__RPC_FAR
*
LPDMUS_BAND
;
typedef
struct
IDirectMusicLoader
__RPC_FAR
*
LPDMUS_LOADER
;
typedef
struct
IDirectMusicObject
__RPC_FAR
*
LPDMUS_OBJECT
;
typedef
struct
IDirectMusicBand
*
LPDMUS_BAND
;
typedef
struct
IDirectMusicLoader
*
LPDMUS_LOADER
;
typedef
struct
IDirectMusicObject
*
LPDMUS_OBJECT
;
/* GUIDs - all types loader */
DEFINE_GUID
(
GUID_DirectMusicAllTypes
,
0xd2ac2893
,
0xb39b
,
0x11d1
,
0x87
,
0x04
,
0x00
,
0x60
,
0x08
,
0x93
,
0xb1
,
0xbd
);
...
...
include/rpcdce.h
View file @
adf52cda
...
...
@@ -149,22 +149,22 @@ typedef struct _RPC_POLICY
typedef
struct
_SEC_WINNT_AUTH_IDENTITY_W
{
unsigned
short
__RPC_FAR
*
User
;
unsigned
short
*
User
;
unsigned
long
UserLength
;
unsigned
short
__RPC_FAR
*
Domain
;
unsigned
short
*
Domain
;
unsigned
long
DomainLength
;
unsigned
short
__RPC_FAR
*
Password
;
unsigned
short
*
Password
;
unsigned
long
PasswordLength
;
unsigned
long
Flags
;
}
SEC_WINNT_AUTH_IDENTITY_W
,
*
PSEC_WINNT_AUTH_IDENTITY_W
;
typedef
struct
_SEC_WINNT_AUTH_IDENTITY_A
{
unsigned
char
__RPC_FAR
*
User
;
unsigned
char
*
User
;
unsigned
long
UserLength
;
unsigned
char
__RPC_FAR
*
Domain
;
unsigned
char
*
Domain
;
unsigned
long
DomainLength
;
unsigned
char
__RPC_FAR
*
Password
;
unsigned
char
*
Password
;
unsigned
long
PasswordLength
;
unsigned
long
Flags
;
}
SEC_WINNT_AUTH_IDENTITY_A
,
*
PSEC_WINNT_AUTH_IDENTITY_A
;
...
...
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