From df1f2558e1669ff827a0ff6d1178017076aef1c5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 14 Feb 2012 23:14:53 +0000 Subject: [PATCH] Mention __WIN64__ in the preprocessor defines documentation. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/const_cpp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/mainpages/const_cpp.h b/docs/doxygen/mainpages/const_cpp.h index 4fef5e61c6..df36b10e62 100644 --- a/docs/doxygen/mainpages/const_cpp.h +++ b/docs/doxygen/mainpages/const_cpp.h @@ -35,6 +35,7 @@ always tested using @ifdef_ and not @if_. @itemdef{__WINDOWS__, any Windows, you may also use __WXMSW__} @itemdef{__WIN16__, Win16 API (not supported since wxWidgets 2.6)} @itemdef{__WIN32__, Win32 API} +@itemdef{__WIN64__, Win64 (mostly same as Win32 but data type sizes are different)} @itemdef{__WXBASE__, Only wxBase, no GUI features (same as @c wxUSE_GUI == 0)} @itemdef{__WXCOCOA__, OS X using wxCocoa Port} @itemdef{__WXDFB__, wxUniversal using DirectFB} -- 2.45.2