Update of /cvsroot/squeak/squeak/platforms/win32/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv1305
Modified Files:
sqWin32GUID.c
Log Message:
added direct input lib
Index: sqWin32GUID.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/win32/vm/sqWin32GUID.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** sqWin32GUID.c 24 Oct 2001 23:14:28 -0000 1.1.1.1
--- sqWin32GUID.c 8 Apr 2003 21:00:36 -0000 1.2
***************
*** 11,15 ****
#include <dsound.h>
#include <d3d.h>
!
--- 11,15 ----
#include <dsound.h>
#include <d3d.h>
! #include <dinput.h>
|