Changeset 8184 for branches/splittup/src/win32k/lib/libGetCS.asm
- Timestamp:
- Apr 1, 2002, 3:04:59 PM (24 years ago)
- File:
-
- 1 edited
-
branches/splittup/src/win32k/lib/libGetCS.asm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/lib/libGetCS.asm
r2915 r8184 1 ; $Id: libGetCS.asm,v 1.1 2000-02-26 20:19:26bird Exp $1 ; $Id: libGetCS.asm,v 1.1.6.1 2002-04-01 13:04:55 bird Exp $ 2 2 ; 3 3 ; Gets the CS. 4 4 ; 5 ; Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)5 ; Copyright (c) 2000-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 21 21 ; @cproto USHORT APIENTRY libHelperGetCS(void) 22 22 ; @returns CS value. 23 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)23 ; @author knut st. osmundsen (bird@anduin.net) 24 24 libHelperGetCS proc near 25 25 xor eax,eax
Note:
See TracChangeset
for help on using the changeset viewer.
