* lib/dinput.c: Don't #include <objbase.h>.

2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>

	* include/windows.h (ole2.h):Do #include for
	__WATCOMC__.
This commit is contained in:
Danny Smith
2003-01-08 09:15:53 +00:00
parent f981849c93
commit 4961ecb3d9
3 changed files with 10 additions and 2 deletions

View File

@ -107,7 +107,7 @@
#endif
#ifndef NOGDI
#if !defined (__OBJC__)
#if __GNUC__ >= 3 /* what about Watcom? */
#if (__GNUC__ >= 3) || defined (__WATCOMC__)
#include <ole2.h>
#endif
#endif /* __OBJC__ */