Changeset 7063 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Oct 15, 2001, 7:10:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r7004 r7063 1 /* $Id: profile.cpp,v 1.3 2 2001-10-10 22:24:35 phallerExp $ */1 /* $Id: profile.cpp,v 1.33 2001-10-15 17:10:55 sandervl Exp $ */ 2 2 3 3 /* … … 1042 1042 } 1043 1043 1044 static BOOL fDisableOdinIni = FALSE; 1045 1046 void DisableOdinIni() 1047 { 1048 fDisableOdinIni = TRUE; 1049 } 1050 1044 1051 ODINFUNCTION0(int,PROFILE_SaveOdinIni) 1045 1052 { 1046 1053 int ret; 1047 1054 FILE *file; 1055 1056 if(fDisableOdinIni) return TRUE; 1048 1057 1049 1058 EnterCriticalSection( &PROFILE_CritSect );
Note:
See TracChangeset
for help on using the changeset viewer.