Ignore:
Timestamp:
Oct 15, 2001, 7:10:55 PM (24 years ago)
Author:
sandervl
Message:

custom build update

File:
1 edited

Legend:

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

    r7004 r7063  
    1 /* $Id: profile.cpp,v 1.32 2001-10-10 22:24:35 phaller Exp $ */
     1/* $Id: profile.cpp,v 1.33 2001-10-15 17:10:55 sandervl Exp $ */
    22
    33/*
     
    10421042}
    10431043
     1044static BOOL fDisableOdinIni = FALSE;
     1045
     1046void DisableOdinIni()
     1047{
     1048    fDisableOdinIni = TRUE;
     1049}
     1050
    10441051ODINFUNCTION0(int,PROFILE_SaveOdinIni)
    10451052{
    10461053  int ret;
    10471054  FILE *file;
     1055
     1056  if(fDisableOdinIni) return TRUE;
    10481057
    10491058  EnterCriticalSection( &PROFILE_CritSect );
Note: See TracChangeset for help on using the changeset viewer.