From 2c1bc3a7faf66229556a9b1998c03b7b51a9de26 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 23 Apr 2000 16:24:26 +0000 Subject: [PATCH] Added define needed by EMX. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/os2/private.h b/include/wx/os2/private.h index 2dd674aeed..1c83c9da7e 100644 --- a/include/wx/os2/private.h +++ b/include/wx/os2/private.h @@ -18,6 +18,7 @@ #define INCL_PM #define INCL_GPI #define INCL_WINSYS +#define INCL_SHLERRORS #include class WXDLLEXPORT wxFont;