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
08dbbeb0
Commit
08dbbeb0
authored
Dec 20, 2004
by
Peter Berg Larsen
Committed by
Alexandre Julliard
Dec 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove compiler warnings for the # not being at the start of the
line.
parent
a3c25960
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
rpc.h
include/rpc.h
+4
-4
rpcndr.h
include/rpcndr.h
+5
-5
No files found.
include/rpc.h
View file @
08dbbeb0
...
...
@@ -26,13 +26,13 @@
#define __WINE_RPC_H
#if defined(__powerpc__) || defined(_MAC)
/* ? */
#
define __RPC_MAC__
#
define __RPC_MAC__
/* Also define __RPC_WIN32__ to ensure compatibility */
#
define __RPC_WIN32__
#
define __RPC_WIN32__
#elif defined(_WIN64)
#
define __RPC_WIN64__
#
define __RPC_WIN64__
#else
#
define __RPC_WIN32__
#
define __RPC_WIN32__
#endif
#include <basetsd.h>
...
...
include/rpcndr.h
View file @
08dbbeb0
...
...
@@ -49,10 +49,10 @@ extern "C" {
/* Mac's are special */
#if defined(__RPC_MAC__)
#
define __NDR_LOCAL_DATA_REPRESENTATION \
#
define __NDR_LOCAL_DATA_REPRESENTATION \
(__NDR_IEEE_FLOAT | __NDR_ASCII_CHAR | __NDR_BIG_ENDIAN)
#else
#
define __NDR_LOCAL_DATA_REPRESENTATION \
#
define __NDR_LOCAL_DATA_REPRESENTATION \
(__NDR_IEEE_FLOAT | __NDR_ASCII_CHAR | __NDR_LITTLE_ENDIAN)
#endif
...
...
@@ -61,11 +61,11 @@ extern "C" {
/* for convenience, define NDR_LOCAL_IS_BIG_ENDIAN iff it is */
#if __NDR_LOCAL_ENDIAN == __NDR_BIG_ENDIAN
#
define NDR_LOCAL_IS_BIG_ENDIAN
#
define NDR_LOCAL_IS_BIG_ENDIAN
#elif __NDR_LOCAL_ENDIAN == __NDR_LITTLE_ENDIAN
#
undef NDR_LOCAL_IS_BIG_ENDIAN
#
undef NDR_LOCAL_IS_BIG_ENDIAN
#else
#
error alien NDR_LOCAL_ENDIAN - Greg botched the defines again, please report
#
error alien NDR_LOCAL_ENDIAN - Greg botched the defines again, please report
#endif
/* finally, do the casts like Microsoft */
...
...
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