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:
parent
f981849c93
commit
4961ecb3d9
|
@ -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.
|
||||
|
|
|
@ -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__ */
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#if defined(__LCC__) || defined(__GNUC__) || defined(__WATCOMC__)
|
||||
#include <windows.h>
|
||||
#include <objbase.h>
|
||||
#else
|
||||
#include <basetyps.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue