- Timestamp:
- Feb 21, 2001, 4:42:11 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/k32/k32QueryCallGate.cpp
r5223 r5232 1 /* $Id: k32QueryCallGate.cpp,v 1. 1 2001-02-21 07:47:11 bird Exp $1 /* $Id: k32QueryCallGate.cpp,v 1.2 2001-02-21 15:42:11 bird Exp $ 2 2 * 3 3 * k32QueryCallGate - Query the callgate selector for the callgate to the k32 APIs. … … 53 53 APIRET rc; 54 54 55 /* 56 * Callgate is not safte on SMP yet. 57 */ 58 if (isSMPKernel()) 59 return ERROR_NOT_SUPPORTED; 60 55 61 if (CallGateGDT > 7) 56 62 rc = TKSuULongNF(pusCGSelector, &CallGateGDT);
Note:
See TracChangeset
for help on using the changeset viewer.