X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..8704bf74fba8523e2e174bd5a8195b5202009cd0:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index 793bc7dc4d..e65f345b87 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -127,11 +127,11 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error"; const char *wxFloatToStringStr = "%.2f"; const char *wxDoubleToStringStr = "%.2f"; -#if USE_POSTSCRIPT +#if wxUSE_POSTSCRIPT wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL; #endif -#if USE_SHARED_LIBRARY +#if wxUSE_SHARED_LIBRARY ///// Event tables (also must be in one, statically-linked file for shared libraries) // This is the base, wxEvtHandler 'bootstrap' code which is expanded manually here