2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>

* 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

@ -1,3 +1,12 @@
2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
* 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__.
2003-01-05 Danny Smith <dannysmith@users.sourceforge.net>
* include/winuser.h (SPI_SETWHEELSCROLLLINES) Add define.

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__ */

View file

@ -23,7 +23,6 @@
#if defined(__LCC__) || defined(__GNUC__) || defined(__WATCOMC__)
#include <windows.h>
#include <objbase.h>
#else
#include <basetyps.h>
#endif