From: Dimitri Schoolwerth Date: Wed, 1 Jun 2005 13:37:13 +0000 (+0000) Subject: added IDC_HAND X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8003f8de3af01c28d938c13dc545af4f63228e5e?ds=inline added IDC_HAND git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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