diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-15 15:56:10 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-15 15:56:10 +0000 |
commit | 7a9ec5a384827281b406275296e7470424fe6b86 (patch) | |
tree | 21c1037a3a271f9be00ecdbb024c5e923f6b5c57 /win32/win32.h | |
parent | b7dc083c47d05133e90d62e8b587c747dab89267 (diff) | |
download | perl-7a9ec5a384827281b406275296e7470424fe6b86.tar.gz |
Mingw32 + w32api-0.1.5 tweaks
- now more like other Win32 compilers
p4raw-id: //depot/perl@3425
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index f712928cf0..bfca44a1b2 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -23,7 +23,7 @@ #endif #ifdef __GNUC__ -typedef long long __int64; +// typedef long long __int64; # define Win32_Winsock /* GCC does not do __declspec() - render it a nop * and turn on options to avoid importing data @@ -393,3 +393,4 @@ struct thread_intern { #endif /* USE_THREADS */ #endif /* _INC_WIN32_PERL5 */ + |