]> git.saurik.com Git - wxWidgets.git/commitdiff
Implement wxIsPlatform64Bit().
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 24 Aug 2006 20:24:08 +0000 (20:24 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Thu, 24 Aug 2006 20:24:08 +0000 (20:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msdos/utilsdos.cpp

index c876b6939ec9aca6ea13725940a4c2c4500d604b..799a3fc5e706074ba4acc9edfb60b263fc5dbeb1 100644 (file)
@@ -488,3 +488,8 @@ wxOperatingSystemId wxGetOsVersion(int *verMaj, int *verMin)
     return wxOS_DOS;
 }
 
+bool wxIsPlatform64Bit()
+{
+    return false;
+}
+