publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -23,10 +23,10 @@
|
|||
#include "lualib.h"
|
||||
|
||||
/*
|
||||
* PREMAKE change: UTF-8 character support on windows.
|
||||
* PREMAKE change: UTF-8 character support on arch.
|
||||
*/
|
||||
#if defined(LUA_WIN)
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -267,7 +267,7 @@ static int io_open (lua_State *L) {
|
|||
luaL_argcheck(L, l_checkmode(md), 2, "invalid mode");
|
||||
|
||||
/*
|
||||
* PREMAKE change: UTF-8 character support on windows.
|
||||
* PREMAKE change: UTF-8 character support on arch.
|
||||
*/
|
||||
#if defined(LUA_WIN)
|
||||
wchar_t wide_path[4096];
|
||||
|
|
|
@ -147,7 +147,7 @@ static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) {
|
|||
** =======================================================================
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#elif defined(LUA_USE_WINDOWS) /* }{ */
|
||||
|
||||
#include <io.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#define lua_stdin_is_tty() _isatty(_fileno(stdin))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue