X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fcoff.h;h=80cdcd74f938a531db4839c49fcb4a71717bfe89;hp=4e467d3819732e9a7a4bb0123ce05f64e0e23a98;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/coff.h b/include/coff.h index 4e467d3..80cdcd7 100644 --- a/include/coff.h +++ b/include/coff.h @@ -6,11 +6,11 @@ extern "C" { #endif -//#ifndef __dj_ENFORCE_ANSI_FREESTANDING - -//#ifndef __STRICT_ANSI__ - -//#ifndef _POSIX_SOURCE +/* + * #ifndef __dj_ENFORCE_ANSI_FREESTANDING + * #ifndef __STRICT_ANSI__ + * #ifndef _POSIX_SOURCE + */ /*** coff information for Intel 386/486. */ @@ -325,10 +325,11 @@ struct external_reloc { /* For new sections we havn't heard of before */ #define DEFAULT_SECTION_ALIGNMENT 4 -//#endif /* !_POSIX_SOURCE */ -//#endif /* !__STRICT_ANSI__ */ -//#endif /* !__dj_ENFORCE_ANSI_FREESTANDING */ - +/* + * #endif /* !_POSIX_SOURCE */ + * #endif /* !__STRICT_ANSI__ */ + * #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */ + */ #ifndef __dj_ENFORCE_FUNCTION_CALLS #endif /* !__dj_ENFORCE_FUNCTION_CALLS */