Changeset 9597 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Jan 3, 2003, 5:34:33 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r7858 r9597 1 /* $Id: profile.cpp,v 1.3 4 2002-02-10 13:12:51sandervl Exp $ */1 /* $Id: profile.cpp,v 1.35 2003-01-03 16:34:33 sandervl Exp $ */ 2 2 3 3 /* … … 988 988 * Load the odin.ini file. 989 989 */ 990 int WIN 32API PROFILE_LoadOdinIni()990 int WINAPI PROFILE_LoadOdinIni() 991 991 { 992 992 char buffer[MAX_PATHNAME_LEN]; … … 1028 1028 static BOOL fDisableOdinIni = FALSE; 1029 1029 1030 void DisableOdinIni()1030 void WIN32API DisableOdinIni() 1031 1031 { 1032 1032 fDisableOdinIni = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.