publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -2,7 +2,7 @@
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include <arch.h>
#include <wchar.h>
// first, some standard int types
@ -34,7 +34,7 @@ typedef int socklen_t;
#if _MSC_VER >= 1600
#include <stdint.h>
#else
// since windows doesn't have stdint.h
// since arch doesn't have stdint.h
typedef unsigned __int64 uint64_t;
typedef unsigned __int32 uint32_t;
typedef unsigned __int16 uint16_t;