]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
Compilation fix for VC++ 5 and 6
[wxWidgets.git] / include / wx / setup_inc.h
index 56fc33e02e1a232998982e49dd27e5bf8b278455..eea5cf1dffd03ab725c13a8eb254604db7359a49 100644 (file)
@@ -1,3 +1,13 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        wx/setup_inc.h
+// Purpose:     setup.h settings
+// Author:      Vadim Zeitlin
+// Modified by:
+// Created:
+// RCS-ID:      $Id$
+// Copyright:   (c) Vadim Zeitlin
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // global settings
 
 // ----------------------------------------------------------------------------
 // global settings
 // Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
 // Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
 #define wxUSE_STD_IOSTREAM  0
 
-// Enable converion to  standard C++ string if 1.
+// Enable conversion to standard C++ string if 1.
 #define wxUSE_STD_STRING  0
 
 // ----------------------------------------------------------------------------
 #define wxUSE_STD_STRING  0
 
 // ----------------------------------------------------------------------------