projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff24885
)
Fixed broken objective C detection.
author
Armin Novak
<armin.novak@thincast.com>
Tue, 8 Sep 2015 11:03:13 +0000
(13:03 +0200)
committer
Armin Novak
<armin.novak@thincast.com>
Mon, 14 Dec 2015 13:18:51 +0000
(14:18 +0100)
winpr/include/winpr/wtypes.h
patch
|
blob
|
history
diff --git
a/winpr/include/winpr/wtypes.h
b/winpr/include/winpr/wtypes.h
index
b363ff3
..
1a7191f
100644
(file)
--- a/
winpr/include/winpr/wtypes.h
+++ b/
winpr/include/winpr/wtypes.h
@@
-88,11
+88,10
@@
#else
#if defined(__x86_64__) || defined(__arm64__)
#define __int3264 __int64
-#define __uint3264
unsigned __
int64
+#define __uint3264
__u
int64
#else
#define __int3264 __int32
-#define __uint3264 unsigned __int32
-#endif
+#define __uint3264 __uint32
#endif
#if defined(HAVE_STDBOOL_H) && !defined(__OBJC__)