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

    r21355 r21755  
    772772}
    773773
     774extern "C" {
     775
    774776int WIN32API PROFILE_SetOdinIniString(LPCSTR section_name, LPCSTR key_name,
    775777                                      LPCSTR value)
     
    14081410                    *p='\0';
    14091411                    ret = PROFILE_SetString( section, buf, p+1 );
    1410                    
     1412
    14111413                }
    14121414                HeapFree( GetProcessHeap(), 0, buf );
     
    16371639 *           CloseProfileUserMapping   (KERNEL.138)
    16381640 */
    1639 BOOL WINAPI CloseProfileUserMapping(void) 
     1641BOOL WINAPI CloseProfileUserMapping(void)
    16401642{
    16411643    dprintf(("CloseProfileUserMapping: STUB"));
     
    16491651}
    16501652
     1653} // extern "C"
     1654
Note: See TracChangeset for help on using the changeset viewer.