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
c71af733
Commit
c71af733
authored
Jul 06, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jul 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Add a typedef for "boolean".
Fix up an conflict that this type has with jpeglib.h.
parent
dd677948
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
olepicture.c
dlls/oleaut32/olepicture.c
+2
-0
rpcndr.h
include/rpcndr.h
+2
-4
No files found.
dlls/oleaut32/olepicture.c
View file @
c71af733
...
@@ -83,7 +83,9 @@
...
@@ -83,7 +83,9 @@
#define UINT8 JPEG_UINT8
#define UINT8 JPEG_UINT8
#define UINT16 JPEG_UINT16
#define UINT16 JPEG_UINT16
#undef FAR
#undef FAR
#define boolean jpeg_boolean
# include <jpeglib.h>
# include <jpeglib.h>
#undef jpeg_boolean
#undef UINT16
#undef UINT16
#ifndef SONAME_LIBJPEG
#ifndef SONAME_LIBJPEG
#define SONAME_LIBJPEG "libjpeg.so"
#define SONAME_LIBJPEG "libjpeg.so"
...
...
include/rpcndr.h
View file @
c71af733
...
@@ -92,9 +92,7 @@ extern "C" {
...
@@ -92,9 +92,7 @@ extern "C" {
typedef
unsigned
char
byte
;
typedef
unsigned
char
byte
;
#define hyper __int64
#define hyper __int64
#define MIDL_uhyper unsigned __int64
#define MIDL_uhyper unsigned __int64
/* 'boolean' tend to conflict, let's call it _wine_boolean */
typedef
unsigned
char
boolean
;
typedef
unsigned
char
_wine_boolean
;
/* typedef _wine_boolean boolean; */
#define __RPC_CALLEE WINAPI
#define __RPC_CALLEE WINAPI
#define RPC_VAR_ENTRY __cdecl
#define RPC_VAR_ENTRY __cdecl
...
@@ -121,7 +119,7 @@ typedef struct
...
@@ -121,7 +119,7 @@ typedef struct
typedef
void
(
__RPC_USER
*
NDR_RUNDOWN
)(
void
*
context
);
typedef
void
(
__RPC_USER
*
NDR_RUNDOWN
)(
void
*
context
);
typedef
void
(
__RPC_USER
*
NDR_NOTIFY_ROUTINE
)(
void
);
typedef
void
(
__RPC_USER
*
NDR_NOTIFY_ROUTINE
)(
void
);
typedef
void
(
__RPC_USER
*
NDR_NOTIFY2_ROUTINE
)(
_wine_
boolean
flag
);
typedef
void
(
__RPC_USER
*
NDR_NOTIFY2_ROUTINE
)(
boolean
flag
);
#define DECLSPEC_UUID(x)
#define DECLSPEC_UUID(x)
#define MIDL_INTERFACE(x) struct
#define MIDL_INTERFACE(x) struct
...
...
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