Rename smack files to lowercase

This fixes casing issues with mingw on Linux
Also use double quotes for #error
This commit is contained in:
Anonymous Maarten 2024-01-06 12:45:24 +01:00
parent 401ca217f9
commit 3e42aa2af5
4 changed files with 2 additions and 2 deletions

View File

@ -33,4 +33,4 @@ typedef struct {
BYTE reserved3[40]; /* Set to zero */
} FLIC_HEADER;
#endif FLIC_H // FLIC_H
#endif // FLIC_H

View File

@ -82,7 +82,7 @@
#endif
#if !defined(__RADDOS__) && !defined(__RADWIN__) && !defined(__RADMAC__)
#error RAD.H didn'y detect your platform. Define __DOS__, __WINDOWS__, WIN32, macintosh, or powerc.
#error "RAD.H didn'y detect your platform. Define __DOS__, __WINDOWS__, WIN32, macintosh, or powerc."
#endif
#ifdef __RADMAC__