From 7e4170e8b78b8292cea844c3c20b0514608bf305 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 15 Feb 2008 13:14:49 +0000 Subject: [PATCH] compilation fix for TRACE_MASK after last change (replaces patch 1894434) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/stdpaths.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/msw/stdpaths.cpp b/src/msw/stdpaths.cpp index cc192f5e41..37c0c9748a 100644 --- a/src/msw/stdpaths.cpp +++ b/src/msw/stdpaths.cpp @@ -50,9 +50,7 @@ typedef HRESULT (WINAPI *SHGetSpecialFolderPath_t)(HWND, LPTSTR, int, BOOL); // ---------------------------------------------------------------------------- // used in our wxLogTrace messages -#if wxUSE_LOG && wxUSE_LOG_DEBUG - static const wxChar *TRACE_MASK = _T("stdpaths"); -#endif +#define TRACE_MASK _T("stdpaths") #ifndef CSIDL_APPDATA #define CSIDL_APPDATA 0x001a