summaryrefslogtreecommitdiff
path: root/libs/libevent/src/util-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libevent/src/util-internal.h')
-rw-r--r--libs/libevent/src/util-internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/libevent/src/util-internal.h b/libs/libevent/src/util-internal.h
index a6318f2890..61db4e9aca 100644
--- a/libs/libevent/src/util-internal.h
+++ b/libs/libevent/src/util-internal.h
@@ -52,11 +52,11 @@ extern "C" {
/* If we need magic to say "inline", get it for free internally. */
#ifdef EVENT__inline
-#if(_MSC_VER < 1900)
+#if(_MSC_VER < 1900)
#define inline __inline
-#else
+#else
#define inline EVENT__inline
-#endif
+#endif
#endif
@@ -398,7 +398,7 @@ void evutil_free_secure_rng_globals_(void);
void evutil_free_globals_(void);
#ifdef _WIN32
-HMODULE evutil_load_windows_system_library_(const TCHAR *library_name);
+HMODULE evutil_load_windows_system_library_(const wchar_t *library_name);
#endif
#ifndef EV_SIZE_FMT