Changeset 1811 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Nov 22, 1999, 9:35:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r1663 r1811 1 /* $Id: profile.cpp,v 1.2 0 1999-11-09 14:19:46sandervl Exp $ */1 /* $Id: profile.cpp,v 1.21 1999-11-22 20:35:51 sandervl Exp $ */ 2 2 3 3 /* … … 715 715 else 716 716 { 717 ret = PROFILE_GetSection( PROFILE_OdinProfile, section, (char*)buffer, len, TRUE, FALSE );717 ret = PROFILE_GetSection( PROFILE_OdinProfile, section, (char*)buffer, len, TRUE, FALSE ); 718 718 } 719 719 LeaveCriticalSection( &PROFILE_CritSect ); … … 963 963 fclose( f ); 964 964 strncpy(PROFILE_OdinIniUsed,p,MAX_PATHNAME_LEN-1); 965 } else 965 } 966 else 966 967 { 967 968 HINSTANCE hInstance = LoadLibraryA("KERNEL32.DLL");
Note:
See TracChangeset
for help on using the changeset viewer.