commit | 2d0bb2a78c5ea497dc8435dfd44da90ad6a14dc6 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sun Jul 04 15:56:03 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 04 15:56:03 1999 +0000 |
tree | 7409829f939f4f02b560c25f3b4ad50982d0ce59 | |
parent | c01509ccc4e4b24be0575f8577921ea5031a75c5 [diff] [blame] |
Started on an implementation of Win64 for use on 64 bit platforms.
diff --git a/include/ts_xf86vmode.h b/include/ts_xf86vmode.h index 69e95ee..77911f5 100644 --- a/include/ts_xf86vmode.h +++ b/include/ts_xf86vmode.h
@@ -16,7 +16,7 @@ #include "windef.h" #ifdef HAVE_LIBXXF86VM #define XMD_H -#define INT32 INT +#include "basetsd.h" #include <X11/Xlib.h> #include <X11/extensions/xf86vmode.h>