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/winexebase.cpp

    r21731 r21790  
    4444//******************************************************************************
    4545//******************************************************************************
    46 BOOL IsExeStarted()
     46extern "C" BOOL IsExeStarted()
    4747{
    4848    return fExeStarted;
Note: See TracChangeset for help on using the changeset viewer.