]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
Dialog unit mods; wxProp tidying
[wxWidgets.git] / src / motif / utils.cpp
index ef1bbe2a6234404acd9bc0cd100d03547df87423..afb8709ae0c3ff16d39f74ee625e9d382433a1c0 100644 (file)
@@ -126,7 +126,7 @@ int wxGetOsVersion(int *majorVsn, int *minorVsn)
 }
 
 // Reading and writing resources (eg WIN.INI, .Xdefaults)
-#if USE_RESOURCES
+#if wxUSE_RESOURCES
 bool wxWriteResource(const wxString& section, const wxString& entry, const wxString& value, const wxString& file)
 {
     // TODO
@@ -198,7 +198,7 @@ bool wxGetResource(const wxString& section, const wxString& entry, int *value, c
   }
   else return FALSE;
 }
-#endif // USE_RESOURCES
+#endif // wxUSE_RESOURCES
 
 static int wxBusyCursorCount = 0;