projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07270b1
)
some versions of mingw32 have __int64, define iff it isn't
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 6 Oct 1999 16:55:45 +0000
(16:55 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 6 Oct 1999 16:55:45 +0000
(16:55 +0000)
p4raw-id: //depot/perl@4305
win32/win32.h
patch
|
blob
|
history
diff --git
a/win32/win32.h
b/win32/win32.h
index
79926ac
..
fa9b127
100644
(file)
--- a/
win32/win32.h
+++ b/
win32/win32.h
@@
-29,7
+29,9
@@
#endif
#ifdef __GNUC__
-typedef long long __int64;
+# ifndef __int64 /* some versions seem to #define it already */
+# define __int64 long long
+# endif
# define Win32_Winsock
/* GCC does not do __declspec() - render it a nop
* and turn on options to avoid importing data