diff options
author | Jan Dubois <jand@activestate.com> | 1999-05-27 00:07:17 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-04 01:46:31 +0000 |
commit | 2d63fa086243e29dbf185b28986d9a77e353a33c (patch) | |
tree | ea17d1f86576efd2d187ad4ad7c6cef3cca4cdd9 /win32/win32.h | |
parent | 360e660cb5db9f75699c74ab35b1d102dc710528 (diff) | |
download | perl-2d63fa086243e29dbf185b28986d9a77e353a33c.tar.gz |
MINGW32 and EGCS 1.1.2 support
Message-ID: <374c53ac.10322322@smtp1.ibm.net>
p4raw-id: //depot/perl@3566
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index ee25b5afce..75e3c61cbb 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 |