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
4dff2e71
Commit
4dff2e71
authored
Mar 24, 2014
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Mar 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix a typo in _MSC_VER.
parent
fc37ed94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rpcndr.h
include/rpcndr.h
+1
-1
winnt.h
include/winnt.h
+1
-1
No files found.
include/rpcndr.h
View file @
4dff2e71
...
...
@@ -429,7 +429,7 @@ typedef struct _MIDL_STUBLESS_PROXY_INFO
}
MIDL_STUBLESS_PROXY_INFO
,
*
PMIDL_STUBLESS_PROXY_INFO
;
#if defined(__i386__) && !defined(_
_
MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
#if defined(__i386__) && !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(__CYGWIN__)
/* Calling convention for returning structures/unions is different between Windows and gcc on i386 */
typedef
LONG_PTR
CLIENT_CALL_RETURN
;
#else
...
...
include/winnt.h
View file @
4dff2e71
...
...
@@ -154,7 +154,7 @@ extern "C" {
# define DECLSPEC_EXPORT
#endif
#if defined(_
_
MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__)
#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__CYGWIN__)
# define DECLSPEC_HIDDEN
#elif defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)))
# define DECLSPEC_HIDDEN __attribute__((visibility ("hidden")))
...
...
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