Skip to content
Snippets Groups Projects
Commit d2fefb6b authored by Monster Iestyn's avatar Monster Iestyn
Browse files

use void rather than VOID, because the logging init code isn't exclusively Win32, whoops

parent 982d1db5
No related branches found
No related tags found
1 merge request!985Shaders next merge
...@@ -104,7 +104,7 @@ static inline VOID MakeCodeWritable(VOID) ...@@ -104,7 +104,7 @@ static inline VOID MakeCodeWritable(VOID)
#endif #endif
#ifdef LOGMESSAGES #ifdef LOGMESSAGES
static VOID InitLogging(VOID) static void InitLogging(void)
{ {
const char *logdir = NULL; const char *logdir = NULL;
time_t my_time; time_t my_time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment