- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / dll / directx / dinput / data_formats.c
index 1f25556..e1582c0 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
 #include <stdarg.h>
 
-#include "windef.h"
-#include "dinput.h"
+#include <windef.h>
+#include <winbase.h>
+#include <dinput.h>
 
 #define numObjects(x) (sizeof(x) / sizeof(x[0]))