commit | 1ed4ecffa81ccc2f23e14c67917c4aa557fe96d0 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 26 14:58:24 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 26 14:58:24 1999 +0000 |
tree | 453d66e75a1399d84e258338aa7bf311d0b92ec7 | |
parent | d37b0192c967e0eceeec882e13799f9bd3a421d6 [diff] [blame] |
ANSI C fixes. Removed warnings. Made the include files self-sufficient. Some Solaris fixes.
diff --git a/include/input.h b/include/input.h index 63bf4b2..dcaa44e 100644 --- a/include/input.h +++ b/include/input.h
@@ -7,6 +7,8 @@ #ifndef __WINE_INPUT_H #define __WINE_INPUT_H +#include "windef.h" + extern BOOL MouseButtonsStates[3]; extern BOOL AsyncMouseButtonsStates[3]; extern BYTE InputKeyStateTable[256];