Changeset 6837 for trunk/src/win32k/kKrnlLib/include/OS2KPTDA.h
- Timestamp:
- Sep 27, 2001, 5:04:12 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/kKrnlLib/include/OS2KPTDA.h
r6815 r6837 1 /* $Id: OS2KPTDA.h,v 1. 2 2001-09-26 03:52:36bird Exp $1 /* $Id: OS2KPTDA.h,v 1.3 2001-09-27 03:04:12 bird Exp $ 2 2 * 3 3 * PTDA access functions. 4 4 * 5 * Copyright (c) 2000-2001 knut st. osmundsen (k nut.stange.osmundsen@mynd.no)5 * Copyright (c) 2000-2001 knut st. osmundsen (kosmunds@csc.com) 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT 8 8 * 9 9 */ 10 #ifndef _ ptda_h_11 #define _ ptda_h_10 #ifndef _OS2KPTDA_h_ 11 #define _OS2KPTDA_h_ 12 12 13 13 #ifdef __cplusplus … … 27 27 28 28 29 /******************************************************************************* 30 * Global Variables * 31 *******************************************************************************/ 32 #ifndef KKRNLLIB 33 #if defined(__IBMC__) || defined(__IBMCPP__) 34 #pragma map(pPTDACur, "_pPTDACur") 35 #else 36 #pragma pPTDACur _pPTDACur 37 #endif 38 #endif 29 39 #ifdef KKRNLLIB 30 40 extern PPPTDA ppPTDACur; /* Please access this only thru the ptdaGetCur() function. */
Note:
See TracChangeset
for help on using the changeset viewer.