From: Włodzimierz Skiba Date: Mon, 14 Feb 2005 18:08:24 +0000 (+0000) Subject: Build fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b444ce11618d8532bf4f0870a5f017b1c41ff9c7 Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/filefn.h b/include/wx/filefn.h index a42adcc9c6..8894f9a788 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -352,7 +352,7 @@ enum wxFileKind #endif #endif // platforms -#if defined __WXMSW__ && !defined __WXWINCE__ +#if defined(__WXMSW__) && !defined(__WXWINCE__) // get the HANDLE associated with a file descriptor # ifdef __CYGWIN__ # include "wx/msw/private.h" // for HANDLE