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
2bcfe8eb
Commit
2bcfe8eb
authored
Apr 26, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
May 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Copy some format character types from wine/rpcfc.h to
ndrtypes.h and change them into an enumeration.
parent
9b98cb56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
ndrtypes.h
include/ndrtypes.h
+25
-0
No files found.
include/ndrtypes.h
View file @
2bcfe8eb
...
...
@@ -126,4 +126,29 @@ typedef struct
unsigned
short
FloatArgMask
;
}
NDR_PROC_HEADER_EXTS64
;
typedef
enum
{
FC_BYTE
=
0x01
,
/* 0x01 */
FC_CHAR
,
/* 0x02 */
FC_SMALL
,
/* 0x03 */
FC_USMALL
,
/* 0x04 */
FC_WCHAR
,
/* 0x05 */
FC_SHORT
,
/* 0x06 */
FC_USHORT
,
/* 0x07 */
FC_LONG
,
/* 0x08 */
FC_ULONG
,
/* 0x09 */
FC_FLOAT
,
/* 0x0a */
FC_HYPER
,
/* 0x0b */
FC_DOUBLE
,
/* 0x0c */
FC_ENUM16
,
/* 0x0d */
FC_ENUM32
,
/* 0x0e */
FC_IGNORE
,
/* 0x0f */
FC_ERROR_STATUS_T
,
/* 0x10 */
FC_RP
,
/* 0x11 */
/* reference pointer */
FC_UP
,
/* 0x12 */
/* unique pointer */
FC_OP
,
/* 0x13 */
/* object pointer */
FC_FP
,
/* 0x14 */
/* full pointer */
}
FORMAT_CHARACTER
;
#endif
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