cmm: - added __COFF__ predefined macro (for mark MSCOFF build);

- edited makefiles (added compiler -fpack-struct=2 option/for correct struct
       packing)

git-svn-id: svn://kolibrios.org@9695 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Coldy
2022-02-07 09:45:44 +00:00
parent 28bfa13e88
commit 115b81881f
8 changed files with 14 additions and 11 deletions
+3
View File
@@ -4264,6 +4264,9 @@ int ifdefconst()
if(comfile==file_meos&&strcmp((char *)string+2,"MEOS__")==0)return TRUE;
if((sobj||fobj)&&strcmp((char *)string+2,"OBJ__")==0)return TRUE;
// Added by Coldy (for mark MSCOFF build)
if ((ocoff&&sobj) && strcmp((char *)string + 2, "COFF__") == 0)return TRUE;
if(comfile==file_exe){