Changeset 6249 for trunk/src/kernel32/atom.cpp
- Timestamp:
- Jul 8, 2001, 1:02:10 PM (24 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.