diff options
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/win32/Makefile b/win32/Makefile index 248c6852c0..c60a61de5d 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -473,13 +473,6 @@ BUILDOPT = $(BUILDOPT) -D_USE_32BIT_TIME_T ! ENDIF !ENDIF -# Use the MSVCRT read() fix only when using VC++ 6.x or earlier. Later -# versions use MSVCR70.dll, MSVCR71.dll, etc, which do not require the -# fix. -!IF "$(CCTYPE)" == "MSVC60" -BUILDOPT = $(BUILDOPT) -DPERL_MSVCRT_READFIX -!ENDIF - LIBBASEFILES = $(CRYPT_LIB) \ oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib \ comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib \ |