Changeset 21755 for branches/gcc-kmk/src/kernel32/profile.cpp
- Timestamp:
- Oct 28, 2011, 2:04:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/profile.cpp
r21355 r21755 772 772 } 773 773 774 extern "C" { 775 774 776 int WIN32API PROFILE_SetOdinIniString(LPCSTR section_name, LPCSTR key_name, 775 777 LPCSTR value) … … 1408 1410 *p='\0'; 1409 1411 ret = PROFILE_SetString( section, buf, p+1 ); 1410 1412 1411 1413 } 1412 1414 HeapFree( GetProcessHeap(), 0, buf ); … … 1637 1639 * CloseProfileUserMapping (KERNEL.138) 1638 1640 */ 1639 BOOL WINAPI CloseProfileUserMapping(void) 1641 BOOL WINAPI CloseProfileUserMapping(void) 1640 1642 { 1641 1643 dprintf(("CloseProfileUserMapping: STUB")); … … 1649 1651 } 1650 1652 1653 } // extern "C" 1654
Note:
See TracChangeset
for help on using the changeset viewer.