Ignore:
Timestamp:
Nov 22, 1999, 9:35:52 PM (26 years ago)
Author:
sandervl
Message:

Rewrite of PE loader code, EB's fixes + VirtualProtect bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/profile.cpp

    r1663 r1811  
    1 /* $Id: profile.cpp,v 1.20 1999-11-09 14:19:46 sandervl Exp $ */
     1/* $Id: profile.cpp,v 1.21 1999-11-22 20:35:51 sandervl Exp $ */
    22
    33/*
     
    715715    else
    716716    {
    717        ret = PROFILE_GetSection( PROFILE_OdinProfile, section, (char*)buffer, len, TRUE, FALSE );
     717        ret = PROFILE_GetSection( PROFILE_OdinProfile, section, (char*)buffer, len, TRUE, FALSE );
    718718    }
    719719    LeaveCriticalSection( &PROFILE_CritSect );
     
    963963      fclose( f );
    964964      strncpy(PROFILE_OdinIniUsed,p,MAX_PATHNAME_LEN-1);
    965     } else
     965    }
     966    else
    966967    {
    967968      HINSTANCE hInstance = LoadLibraryA("KERNEL32.DLL");
Note: See TracChangeset for help on using the changeset viewer.