X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e0080ee4e5ffea768fda11426b6b3bf063c2c98..eed8659474aaf84eb8db85060ebee455165d8137:/samples/nativdlg/dialog1.rc diff --git a/samples/nativdlg/dialog1.rc b/samples/nativdlg/dialog1.rc index 54c00b55a9..a794777617 100644 --- a/samples/nativdlg/dialog1.rc +++ b/samples/nativdlg/dialog1.rc @@ -13,21 +13,19 @@ #define __WIN95__ #endif -#ifdef __GNUWIN32__ +//#ifdef _MSC_VER +#define __VISUALC__ _MSC_VER +//#endif + #define wxID_OK 5100 #define wxID_CANCEL 5101 #define wxID_APPLY 5102 #define wxID_YES 5103 #define wxID_NO 5104 -/* #include */ -#else -#include -/* #include */ -#endif #include "resource.h" -#if !defined(__GNUWIN32__) +#if !defined(__GNUWIN32__) && !defined(__BORLANDC__) #include #endif