Changeset 7318 for trunk/src/kernel32/initkernel32.cpp
- Timestamp:
- Nov 10, 2001, 1:47:48 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initkernel32.cpp
r6646 r7318 1 /* $Id: initkernel32.cpp,v 1. 7 2001-09-05 12:57:58 birdExp $1 /* $Id: initkernel32.cpp,v 1.8 2001-11-10 12:47:46 sandervl Exp $ 2 2 * 3 3 * KERNEL32 DLL entry point … … 39 39 #include "initterm.h" 40 40 #include <win32type.h> 41 #include <win32api.h> 41 42 #include <odinlx.h> 42 43 #include "oslibmisc.h" … … 179 180 //keys that affect windows version) 180 181 InitDynamicRegistry(); 182 183 //Set the process affinity mask to the system affinity mask 184 DWORD dwProcessAffinityMask, dwSystemAffinityMask; 185 GetProcessAffinityMask(GetCurrentProcess(), &dwProcessAffinityMask, &dwSystemAffinityMask); 186 SetProcessAffinityMask(GetCurrentProcess(), dwSystemAffinityMask); 181 187 break; 182 188 }
Note:
See TracChangeset
for help on using the changeset viewer.