event/SocketMonitor: add missing space
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef WIN32
|
||||
/* ERRORis a WIN32 macro that poisons our namespace; this is a
|
||||
kludge to allow us to use it anyway */
|
||||
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
|
||||
to allow us to use it anyway */
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
@@ -34,8 +34,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef WIN32
|
||||
/* ERRORis a WIN32 macro that poisons our namespace; this is a
|
||||
kludge to allow us to use it anyway */
|
||||
/* ERROR is a WIN32 macro that poisons our namespace; this is a kludge
|
||||
to allow us to use it anyway */
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user