Ignore:
Timestamp:
Aug 26, 2007, 4:15:22 AM (18 years ago)
Author:
bird
Message:

kDbgDump can open itself now, not bad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kRdr/kRdrFile.cpp

    r3546 r3552  
    4747# include <ntstatus.h>
    4848
     49# ifdef __cplusplus
     50  extern "C" {
     51# endif
     52
    4953  /** @todo find a non-conflicting header with NTSTATUS, NTAPI, ++ */
    5054  typedef LONG NTSTATUS;
     
    151155      IN ULONG FreeType
    152156  );
     157
     158# ifdef __cplusplus
     159  }
     160# endif
    153161
    154162#else
Note: See TracChangeset for help on using the changeset viewer.