http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65e491
)
include: Disable the asm optimizations for the Windows build.
author
Alexandre Julliard
<julliard@winehq.org>
Tue, 9 Dec 2008 16:10:20 +0000
(17:10 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 9 Dec 2008 16:10:20 +0000
(17:10 +0100)
include/winbase.h
patch
|
blob
|
blame
|
history
diff --git
a/include/winbase.h
b/include/winbase.h
index 6fa4dce16dd8136b873403334cc0c4e59bcb8337..e3c8ec988ffd94dd16547980b2e59bed6ac95e42 100644
(file)
--- a/
include/winbase.h
+++ b/
include/winbase.h
@@
-2460,7
+2460,7
@@
static inline LONG WINAPI InterlockedDecrement( LONG volatile *dest )
/* A few optimizations for gcc */
-#if defined(__GNUC__) &&
(defined(__i386__) || defined(__x86_64
))
+#if defined(__GNUC__) &&
!defined(__MINGW32__) && (defined(__i386__) || defined(__x86_64__
))
extern inline DWORD WINAPI GetLastError(void);
extern inline DWORD WINAPI GetLastError(void)