From 8384de3e1bf1618061dadc4eb58ae7c423a2d673 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Wed, 17 Jun 2009 20:40:50 +0000 Subject: [PATCH] Setup.h wrapper was missing propgrid section (ported from trunk) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@61094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/msvc/wx/setup.h | 3 +++ 1 file changed, 3 insertions(+) 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