From: Jaakko Salli Date: Wed, 17 Jun 2009 20:38:20 +0000 (+0000) Subject: Setup.h wrapper was missing propgrid section (fixes #10909) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/209bf722732b876a37ead91216f270d95e6880d1?ds=inline Setup.h wrapper was missing propgrid section (fixes #10909) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index 136fe6bbaa..3dfe0eea0a 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -121,6 +121,9 @@ #if wxUSE_AUI && !defined(wxNO_AUI_LIB) #pragma comment(lib, wxMSW_LIB_NAME("aui")) #endif + #if wxUSE_PROPGRID && !defined(wxNO_PROPGRID_LIB) + #pragma comment(lib, wxMSW_LIB_NAME("propgrid")) + #endif #if wxUSE_RICHTEXT && !defined(wxNO_RICHTEXT_LIB) #pragma comment(lib, wxMSW_LIB_NAME("richtext")) #endif