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
01bdccbc
Commit
01bdccbc
authored
Dec 18, 2002
by
Ove Kaaven
Committed by
Alexandre Julliard
Dec 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved UUID type to rpcdce.h, as in the MS RPC headers.
Removed redundant prototype.
parent
bcf41605
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
18 deletions
+5
-18
rpc.h
include/rpc.h
+0
-18
rpcdce.h
include/rpcdce.h
+5
-0
No files found.
include/rpc.h
View file @
01bdccbc
...
...
@@ -43,24 +43,6 @@ typedef long RPC_STATUS;
typedef
void
*
I_RPC_HANDLE
;
#ifndef GUID_DEFINED
#define GUID_DEFINED
typedef
struct
_GUID
{
DWORD
Data1
;
WORD
Data2
;
WORD
Data3
;
BYTE
Data4
[
8
];
}
GUID
;
#endif
#ifndef UUID_DEFINED
#define UUID_DEFINED
typedef
GUID
UUID
;
#endif
RPC_STATUS
RPC_ENTRY
UuidCreate
(
UUID
*
Uuid
);
#include "rpcdce.h"
/* #include "rpcnsi.h" */
#include "rpcnterr.h"
...
...
include/rpcdce.h
View file @
01bdccbc
...
...
@@ -40,6 +40,11 @@
#include "guiddef.h"
#endif
#ifndef UUID_DEFINED
#define UUID_DEFINED
typedef
GUID
UUID
;
#endif
typedef
void
*
RPC_AUTH_IDENTITY_HANDLE
;
typedef
void
*
RPC_AUTHZ_HANDLE
;
typedef
void
*
RPC_IF_HANDLE
;
...
...
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