Ignore:
Timestamp:
Oct 28, 2011, 2:04:25 AM (14 years ago)
Author:
dmik
Message:

Extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/custombuild.h

    r21733 r21755  
    142142
    143143} CUSTOMBUILD_COMMON;
     144
     145#ifdef __cplusplus
     146extern "C" {
     147#endif
    144148
    145149BOOL WIN32API LoadCustomEnvironment(CUSTOMBUILD_COMMON *CustomBuild);
     
    512516
    513517//PE headers of system dlls
    514 #ifdef __cplusplus
    515 extern "C" {
    516 #endif
    517518extern IMAGE_FILE_HEADER nt_ntdll_header;
    518519extern IMAGE_FILE_HEADER nt_gdi32_header;
     
    555556extern IMAGE_FILE_HEADER nt_winscard_header;
    556557extern IMAGE_FILE_HEADER nt_shdocvw_header;
     558
    557559#ifdef __cplusplus
    558 }
     560} // extern "C"
    559561#endif
    560562
Note: See TracChangeset for help on using the changeset viewer.