mirror of
https://github.com/td512/re3.git
synced 2026-01-30 03:03:47 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@@ -23,9 +23,7 @@ struct CdReadInfo
|
||||
OVERLAPPED Overlapped;
|
||||
};
|
||||
|
||||
#ifdef CHECK_STRUCT_SIZES
|
||||
VALIDATE_SIZE(CdReadInfo, 0x30);
|
||||
#endif
|
||||
|
||||
char gCdImageNames[MAX_CDIMAGES+1][64];
|
||||
int32 gNumImages;
|
||||
|
||||
Reference in New Issue
Block a user