Ignore:
Timestamp:
Oct 28, 2011, 2:04:25 AM (14 years ago)
Author:
dmik
Message:

Extern "C".

File:
1 edited

Legend:

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

    r21302 r21755  
    22/*
    33 * Win32 critical sections
    4  * 
     4 *
    55 *
    66 *
     
    238238    return ret;
    239239}
     240
     241extern "C" {
    240242
    241243/***********************************************************************
     
    416418    }
    417419#endif
    418        
     420
    419421    if (--crit->RecursionCount)
    420422    {
     
    470472}
    471473
     474} // extern "C"
     475
Note: See TracChangeset for help on using the changeset viewer.