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/tsx11/ts_xf86vmode.c b/tsx11/ts_xf86vmode.c index 21161e1..78cb208 100644 --- a/tsx11/ts_xf86vmode.c +++ b/tsx11/ts_xf86vmode.c
@@ -11,7 +11,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>