Difference for arch/win32/mouse.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 19
 
Line 19
 * Functions to access Mouse and Cyberman...  * Functions to access Mouse and Cyberman...
 *   *
 * $Log$  * $Log$
   * Revision 1.5  1999/10/15 05:27:48  donut
   * include to fix undef'd err
   *
 * Revision 1.4  1999/10/14 03:08:10  donut  * Revision 1.4  1999/10/14 03:08:10  donut
 * changed exit to mprintf on unknown mouse event  * changed exit to mprintf on unknown mouse event
 *  *
Line 103
 
Line 106
 #include "error.h"  #include "error.h"
 #include "fix.h"  #include "fix.h"
 #include "mouse.h"  #include "mouse.h"
   #include "mono.h"
 #include "timer.h"  #include "timer.h"
   
 // These are to kludge up a bit my slightly broken GCC directx port.  // These are to kludge up a bit my slightly broken GCC directx port.

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5