]> git.saurik.com Git - wxWidgets.git/commitdiff
Yes VC5 support large files.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 27 Oct 2006 11:33:10 +0000 (11:33 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 27 Oct 2006 11:33:10 +0000 (11:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filefn.h

index 9664fc9f2add61d8266c332a7f08a27d44ece416..c2d5eeec3ac0a47fc914115674045a8a9b8daa53 100644 (file)
@@ -170,10 +170,7 @@ enum wxFileKind
 
     // detect compilers which have support for huge files
     #if defined(__VISUALC__)
-        // not sure if VC++ 5 supports huge files, remove the #if below if yes
-        #if __VISUALC__ >= 1200
-            #define wxHAS_HUGE_FILES 1
-        #endif
+       #define wxHAS_HUGE_FILES 1
     #elif defined(__MINGW32__)
         #define wxHAS_HUGE_FILES 1
     #elif defined(_LARGE_FILES)