diff options
author | Pixel <pixel@nobis-crew.org> | 2008-09-26 15:40:13 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2008-09-26 15:40:13 -0700 |
commit | 2065f585767a877518fd16b72338ca39c9251e37 (patch) | |
tree | 5f11ef6eeabdec73079f624ba12628df91ac69ef /src/plugin-luasql.cc | |
parent | 441613bf23533f272722d88b161328abe2a0993d (diff) |
Adding the NO_DLL define for MSVC built-in compilation.
Diffstat (limited to 'src/plugin-luasql.cc')
-rw-r--r-- | src/plugin-luasql.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugin-luasql.cc b/src/plugin-luasql.cc index 84350e7..0f38fb6 100644 --- a/src/plugin-luasql.cc +++ b/src/plugin-luasql.cc @@ -15,9 +15,11 @@ static void _init_plugin(Lua * L) { extern "C" { +#ifndef NO_DLL WEAK void init_plugin(Lua * L) { _init_plugin(L); } +#endif void luasql_init(Lua * L) { _init_plugin(L); |