DMC reality.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-10 12:09:35 +00:00
parent c370783e91
commit 761fbb87fc

View File

@@ -117,6 +117,11 @@
with it, hence explicitly define a lower WINVER value for it. with it, hence explicitly define a lower WINVER value for it.
*/ */
# define WINVER 0x0400 # define WINVER 0x0400
# elif defined(__DMC__)
/*
Digital Mars is distributed with a little outdated headers.
*/
# define WINVER 0x0400
# else /* !VC++ 6 */ # else /* !VC++ 6 */
/* /*
see MSDN for the description of possible WINVER values, this one see MSDN for the description of possible WINVER values, this one