* 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

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