]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/fdrepdlg.h
test whether HAVE_VSWPRINTF is defined, not whether it's 0 or 1
[wxWidgets.git] / include / wx / generic / fdrepdlg.h
index 572527f23b021aeecf036dada7837e6c8e4132f9..c2873221341e5075caca4df39c2ca398bb62d05a 100644 (file)
@@ -6,12 +6,11 @@
 // Created:     25/05/2001
 // RCS-ID:
 // Copyright:   (c) wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "genericfdrepdlg.h"
-#endif
+#ifndef _WX_GENERIC_FDREPDLG_H_
+#define _WX_GENERIC_FDREPDLG_H_
 
 class WXDLLEXPORT wxCheckBox;
 class WXDLLEXPORT wxRadioBox;
@@ -69,3 +68,4 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // _WX_GENERIC_FDREPDLG_H_