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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user