- Timestamp:
- Jul 8, 2001, 1:02:10 PM (24 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/atom.cpp
r6199 r6249 1 /* $Id: atom.cpp,v 1. 9 2001-07-07 13:58:37sandervl Exp $ */1 /* $Id: atom.cpp,v 1.10 2001-07-08 11:02:10 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 ATOM APIENTRY LookupAtom(HATOMTBL hAtomTbl, PSZ psz, ULONG actionMask); 33 33 34 inline ATOM _LookupAtom(HATOMTBL hAtomTbl, PSZ psz, ULONG actionMask) 35 { 36 ATOM yyrc; 37 USHORT sel = RestoreOS2FS(); 38 39 yyrc = LookupAtom(hAtomTbl, psz, actionMask); 40 SetFS(sel); 41 42 return yyrc; 43 } 44 45 #undef LookupAtom 46 #define LookupAtom _LookupAtom 47 48 34 49 HATOMTBL privateAtomTable = NULL; 35 50 HATOMTBL systemAtomTable = NULL; -
trunk/src/kernel32/windllbase.cpp
r6015 r6249 1 /* $Id: windllbase.cpp,v 1.2 6 2001-06-15 09:42:47 birdExp $ */1 /* $Id: windllbase.cpp,v 1.27 2001-07-08 11:02:10 sandervl Exp $ */ 2 2 3 3 /* … … 687 687 PROFILE_SetOdinIniString(DLLRENAMEOS2_SECTION, "MCICDA", "MCICDA.DRV"); 688 688 } 689 if(PROFILE_GetOdinIniString(DLLRENAMEWIN_SECTION, "CRTDLL", "", renameddll, 690 sizeof(renameddll)-1) <= 1) 691 { 692 PROFILE_SetOdinIniString(DLLRENAMEWIN_SECTION, "CRTDLL", "CRTDLL32"); 693 PROFILE_SetOdinIniString(DLLRENAMEOS2_SECTION, "CRTDLL32", "CRTDLL"); 694 } 689 695 } 690 696 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.