]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/platinfo.h
Mention wxGCDC
[wxWidgets.git] / interface / platinfo.h
index ad557febefb2440a4da03aafbf6497e10752789a..71439b625d026695c1dddd863d716581f3058404 100644 (file)
@@ -79,8 +79,8 @@ enum wxPortId
 
 /**
     The architecture of the operating system
-    (regardless of the build environment of wxWidgets library
-    - see ::wxIsPlatform64bit documentation for more info).
+    (regardless of the build environment of wxWidgets library - see ::wxIsPlatform64bit()
+    documentation for more info).
 */
 enum wxArchitecture
 {
@@ -90,7 +90,7 @@ enum wxArchitecture
     wxARCH_64,
 
     wxARCH_MAX
-}
+};
 
 
 /**
@@ -105,7 +105,7 @@ enum wxEndianness
     wxENDIAN_PDP,               //!< 3412
 
     wxENDIAN_MAX
-}
+};
 
 
 /**