Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/include/memmap.h

    r10376 r21916  
    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.