From b444ce11618d8532bf4f0870a5f017b1c41ff9c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 14 Feb 2005 18:08:24 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2