fix compile bug with DMC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,4 +105,9 @@
|
|||||||
#define lfind _lfind
|
#define lfind _lfind
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __DMC__
|
||||||
|
#define HAVE_INT32
|
||||||
|
typedef long int32;
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user