Changeset 15813
- Timestamp:
- Feb 23, 2001, 5:01:48 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/win32k/k32/k32QueryCallGate.cpp ¶
r15795 r15813 1 /* $Id: k32QueryCallGate.cpp,v 1. 2 2001-02-21 15:42:11bird Exp $1 /* $Id: k32QueryCallGate.cpp,v 1.3 2001-02-23 04:01:48 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 61 55 if (CallGateGDT > 7) 62 56 rc = TKSuULongNF(pusCGSelector, &CallGateGDT);
Note:
See TracChangeset
for help on using the changeset viewer.