#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-09-04 13:11:39 +00:00
parent 459f2add90
commit 78868257aa
2 changed files with 3 additions and 3 deletions

View File

@@ -196,7 +196,7 @@ const off_t wxInvalidOffset = (off_t)-1;
// implementation
// ============================================================================
#if defined(__WXMAC__) && !defined(__DARWIN__) && !defined(wxUSE_UNICODE)
#if defined(__WXMAC__) && !defined(__DARWIN__) && !wxUSE_UNICODE
WXDLLEXPORT int wxStat( const wxChar *file_name, wxStructStat *buf )
{