背景和头像缺失

This commit is contained in:
2026-03-01 13:48:24 +08:00
parent 9ae4e8e614
commit eaaf7f8c9b
554 changed files with 1871 additions and 1718 deletions

View File

@@ -5,7 +5,6 @@
#include <assert.h>
#include <string>
#include <cstring>
#include <cstdlib>
#ifndef ASSERT
#define ASSERT(f) assert(f)
@@ -73,7 +72,7 @@ typedef int INT;
typedef float FLOAT;
typedef DWORD COLORREF;
typedef long LONG;
typedef int LONG;
typedef struct _SYSTEMTIME
{