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/memmap.h

    r10376 r21755  
    11#ifndef __MEMMAP_H
    22#define __MEMMAP_H
     3
     4#ifdef __cplusplus
     5extern "C" {
     6#endif
    37
    48#ifndef _DEF_PFNEXCEPTIONNOTIFY
     
    1014BOOL WIN32API MMAP_UnregisterMemoryRange(LPVOID lpViewAddr);
    1115
     16#ifdef __cplusplus
     17} // extern "C"
     18#endif
     19
    1220#endif  /*__MEMMAP_H */
    1321
Note: See TracChangeset for help on using the changeset viewer.