Skip to content

Commit

Permalink
还原补丁,已经没用了
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Aug 22, 2023
1 parent 105e01d commit 4e7ebf3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions 3rd/lua/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,20 +289,12 @@
#if defined(LUA_CORE) || defined(LUA_LIB) /* { */
#define LUA_API __declspec(dllexport)
#else /* }{ */
#ifdef __cplusplus
#define LUA_API __declspec(dllimport) extern "C"
#else
#define LUA_API __declspec(dllimport)
#endif
#endif /* } */

#else /* }{ */

#ifdef __cplusplus
#define LUA_API extern "C"
#else
#define LUA_API extern
#endif

#endif /* } */

Expand Down

0 comments on commit 4e7ebf3

Please sign in to comment.