Warning fix, should be #ifdef instead of #if

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-10-17 16:14:49 +00:00
parent ab6ea1ac2f
commit 6429ac6d63

View File

@@ -93,9 +93,9 @@ wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
#if !defined(wxUSE_NO_MANIFEST) || (wxUSE_NO_MANIFEST == 0)
#if WX_CPU_AMD64
#ifdef WX_CPU_AMD64
1 24 "wx/msw/amd64.manifest"
#elif WX_CPU_IA64
#elif defined(WX_CPU_IA64)
1 24 "wx/msw/ia64.manifest"
#elif !defined(__WIN64__)
1 24 "wx/msw/wx.manifest"