fix warning about unused TRACE_MASK variable in release builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-02-14 16:12:12 +00:00
parent 0ad2a19e42
commit 744b73167b

View 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