Ignore:
Timestamp:
Nov 3, 2011, 7:45:31 PM (14 years ago)
Author:
dmik
Message:

Extern "C".

Mostly, to fix the GCC bug with stdcall not suppressing C++ mangling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/kernel32/hmdevio.cpp

    r21720 r21790  
    464464                                        lpOverlapped, lpcbTransfer, fWait, (LPVOID)pHMHandleData->dwUserData);
    465465}
     466
     467extern "C" {
     468
    466469//******************************************************************************
    467470//******************************************************************************
     
    507510//******************************************************************************
    508511//******************************************************************************
     512
     513} // extern "C"
     514
Note: See TracChangeset for help on using the changeset viewer.