From 8003f8de3af01c28d938c13dc545af4f63228e5e Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Wed, 1 Jun 2005 13:37:13 +0000 Subject: [PATCH] added IDC_HAND git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/missing.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index a94ab22b2e..a81419d710 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -15,6 +15,11 @@ * The following are required for VC++ 6. */ +// Needed by cursor.cpp +#ifndef IDC_HAND + #define IDC_HAND MAKEINTRESOURCE(32649) +#endif + // Needed by strconv.cpp #ifndef WC_NO_BEST_FIT_CHARS #define WC_NO_BEST_FIT_CHARS 0x400 -- 2.50.0