diff xrogue/state.c @ 236:7c1cb43f346e

XRogue: get rid of VOID as an alias for long. Maybe some compilers in 1986 didn't handle void pointers well, but they are no longer a concern.
author John "Elwin" Edwards
date Mon, 07 Mar 2016 20:44:01 -0500
parents f54901b9c39b
children 3d4252fa2ed3
line wrap: on
line diff
--- a/xrogue/state.c	Mon Mar 07 19:26:08 2016 -0500
+++ b/xrogue/state.c	Mon Mar 07 20:44:01 2016 -0500
@@ -57,7 +57,6 @@
 #include <Lmcons.h>
 #include <shlobj.h>
 #include <Shlwapi.h>
-#undef VOID
 #undef MOUSE_MOVED
 #elif defined(__DJGPP__)
 #include <process.h>