]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
make IsEnabled() return false even if the window parent, and not the window itself...
[wxWidgets.git] / src / msw / stdpaths.cpp
index 96fe3e23e77453ea16a27f008322c0ff4eccd78a..37c0c9748ad7a18ec9425947b49157718a56459c 100644 (file)
@@ -50,7 +50,7 @@ typedef HRESULT (WINAPI *SHGetSpecialFolderPath_t)(HWND, LPTSTR, int, BOOL);
 // ----------------------------------------------------------------------------
 
 // used in our wxLogTrace messages
-static const wxChar *TRACE_MASK = _T("stdpaths");
+#define TRACE_MASK _T("stdpaths")
 
 #ifndef CSIDL_APPDATA
     #define CSIDL_APPDATA         0x001a