From 24ffafd6c4a2b6da8d678a58e09db89ba7f2c603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 11 Apr 2005 12:11:00 +0000 Subject: [PATCH] Build fixes after gizmos_xrc additions. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/gizmos/gizmos.h | 2 +- contrib/include/wx/gizmos/xh_statpict.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/include/wx/gizmos/gizmos.h b/contrib/include/wx/gizmos/gizmos.h index 7093f400e0..43207ea437 100644 --- a/contrib/include/wx/gizmos/gizmos.h +++ b/contrib/include/wx/gizmos/gizmos.h @@ -14,7 +14,7 @@ #elif defined(WXUSINGDLL) #define WXDLLIMPEXP_GIZMOS_XRC WXIMPORT #else // not making nor using DLL - #define WXDLLIMPEXP_GIZMOS + #define WXDLLIMPEXP_GIZMOS_XRC #endif #endif diff --git a/contrib/include/wx/gizmos/xh_statpict.h b/contrib/include/wx/gizmos/xh_statpict.h index e9d20c15fc..a836afcfa6 100644 --- a/contrib/include/wx/gizmos/xh_statpict.h +++ b/contrib/include/wx/gizmos/xh_statpict.h @@ -16,6 +16,7 @@ #endif #include "wx/xrc/xmlres.h" +#include "wx/gizmos/gizmos.h" // // XML resource handler for the wxStaticPicture class in wxContrib.