diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:48:55 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:48:55 +0000 |
commit | 3ac10dfb4e4a20b23c96151865846477d4843b19 (patch) | |
tree | fd9c2b607017c3883ddcf3301263af9ee9c71a52 /plugins/MirLua/Modules/WinAPI/src/stdafx.h | |
parent | ac22f38b00333bc5e040bec7a7a3fe17440d39a9 (diff) |
MirLua: winapi cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/Modules/WinAPI/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/Modules/WinAPI/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/Modules/WinAPI/src/stdafx.h b/plugins/MirLua/Modules/WinAPI/src/stdafx.h index 9b4664bd1f..f2207236e2 100644 --- a/plugins/MirLua/Modules/WinAPI/src/stdafx.h +++ b/plugins/MirLua/Modules/WinAPI/src/stdafx.h @@ -43,6 +43,7 @@ * NOTES
*
***/
+
#define LUA_WINAPI_LIB extern "C" int __declspec(dllexport)
#include <lua.hpp>
@@ -62,7 +63,6 @@ #include <sys/stat.h>
#include <sys/utime.h>
-
#include <m_core.h>
#include <m_utils.h>
|