git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@703 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-14 10:48:08 +00:00
parent fd743825e7
commit 1792b95516
25 changed files with 17743 additions and 17752 deletions

View File

@@ -59,8 +59,8 @@ typedef unsigned long MwU64;
#ifdef OTHER_TYPES_DEFINED
#undef OTHER_TYPES_DEFINED
#else
typedef int MwI32;
typedef unsigned int MwU32;
typedef int MwI32;
typedef unsigned int MwU32;
typedef short MwI16;
typedef unsigned short MwU16;

View File

@@ -92,7 +92,6 @@ MWDECL MwU32 MwIconUp[];
*/
MWDECL MwU32 MwIconWarning[];
#ifdef __cplusplus
}
#endif