]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarmsw.h
Removed some unused parameter warnings; compile error in dialup.cpp corrected;
[wxWidgets.git] / include / wx / tbarmsw.h
index 7923368419e0a7fc0571c10da2bbd31b9a06d258..b79f2200c651565b2ea420057c2ff4f7736fe528 100644 (file)
@@ -1,13 +1,15 @@
-#ifndef __TBARMSWH_BASE__
-#define __TBARMSWH_BASE__
+#ifndef _WX_TBARMSW_H_BASE_
+#define _WX_TBARMSW_H_BASE_
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/tbarmsw.h"
-#elif defined(__MOTIF__)
-#include "wx/xt/tbarmsw.h"
-#elif defined(__GTK__)
+#elif defined(__WXMOTIF__)
+#include "wx/motif/tbarmsw.h"
+#elif defined(__WXGTK__)
 #include "wx/gtk/tbarmsw.h"
+#elif defined(__WXPM__)
+#include "wx/os2/tbarmsw.h"
 #endif
 
 #endif
-    // __TBARMSWH_BASE__
+    // _WX_TBARMSW_H_BASE_