Changeset 5250 for trunk/src/win32k
- Timestamp:
 - Feb 23, 2001, 5:01:48 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/k32/k32QueryCallGate.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/k32/k32QueryCallGate.cpp
r5232 r5250 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.
  