From 6627d4dfb7ee6b850e866f824b9bdd0d600b8c3e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 3 Mar 2003 02:15:55 +0000 Subject: [PATCH] compilation fix: include wx/platform.h before testing for __WIN32__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dosyacc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/dosyacc.c b/src/common/dosyacc.c index 14672306db..802a8045ca 100644 --- a/src/common/dosyacc.c +++ b/src/common/dosyacc.c @@ -1,3 +1,5 @@ +/* include platform.h first to get __WIN32__ definition */ +#include "wx/platform.h" #if defined(__WIN32__) || defined(__GNUWIN32__) /* all Win32 compilers can handle C++ comments, and C++ comments is the only C++ in setup.h */ -- 2.47.2