Ignore:
Timestamp:
Nov 2, 2011, 10:31:36 PM (14 years ago)
Author:
dmik
Message:

Make Handle Manager functions compiler neutral with extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/hmdevice.h

    r21717 r21781  
    446446
    447447
     448#ifdef __cplusplus
     449extern "C" {
     450#endif
     451
    448452/*****************************************************************************
    449453 * Prototypes                                                                *
     
    458462                          VOID            *pDevData);
    459463
     464#ifdef __cplusplus
     465} // extern "C"
     466#endif
    460467
    461468#include "hmhandle.h"
Note: See TracChangeset for help on using the changeset viewer.