Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
235:2dcf10d45d5b | 236:7c1cb43f346e |
---|---|
55 #if defined(_WIN32) | 55 #if defined(_WIN32) |
56 #include <Windows.h> | 56 #include <Windows.h> |
57 #include <Lmcons.h> | 57 #include <Lmcons.h> |
58 #include <shlobj.h> | 58 #include <shlobj.h> |
59 #include <Shlwapi.h> | 59 #include <Shlwapi.h> |
60 #undef VOID | |
61 #undef MOUSE_MOVED | 60 #undef MOUSE_MOVED |
62 #elif defined(__DJGPP__) | 61 #elif defined(__DJGPP__) |
63 #include <process.h> | 62 #include <process.h> |
64 #else | 63 #else |
65 #include <pwd.h> | 64 #include <pwd.h> |