lib files are building

This commit is contained in:
d1str4ught
2025-08-18 02:05:07 +02:00
parent 4e679320a3
commit 0ec3511104
93 changed files with 418 additions and 759 deletions

View File

@@ -1,6 +1,6 @@
#include "stdafx.h"
#ifndef __FreeBSD__
#ifndef OS_FREEBSD
/*
* luau (Lib Update/Auto-Update): Simple Update Library
@@ -83,7 +83,7 @@ lutil_md5_file (const char *filename, char *buf)
MD5Init(&ctx);
#ifndef __WIN32__
#ifndef OS_WINDOWS
f = open(filename,O_RDONLY);
#else
f = _open(filename, _O_RDONLY);
@@ -342,4 +342,4 @@ void MD5Transform(uint32_t buf[4], uint32_t const in[16])
buf[3] += d;
}
#endif // #ifndef __FreeBSD__
#endif // #ifndef OS_FREEBSD