forked from KolibriOS/kolibrios
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:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user