aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.h')
-rw-r--r--api/api.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/api.h b/api/api.h
index 1c1fa65..e6c6672 100644
--- a/api/api.h
+++ b/api/api.h
@@ -7,6 +7,13 @@
#include <Windows.h>
+#ifndef __L
+# define __L(x) L##x
+#endif
+#ifndef _L
+# define _L(x) __L(x)
+#endif
+
typedef _Return_type_success_(return == ERROR_SUCCESS) DWORD WINTUN_STATUS;
extern HINSTANCE ResourceModule;