diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lualib.h,v 1.26 2003/03/11 12:24:34 roberto Exp roberto $ | 2 | ** $Id: lualib.h,v 1.27 2003/03/17 13:04:58 roberto Exp roberto $ |
3 | ** Lua standard libraries | 3 | ** Lua standard libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | 13 | ||
14 | #ifndef LUALIB_API | 14 | #ifndef LUALIB_API |
15 | #define LUALIB_API extern | 15 | #define LUALIB_API LUA_API |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | 18 | ||