Changeset 5283 for trunk/src/win32k/dev16/d16init.c
- Timestamp:
- Mar 2, 2001, 1:48:41 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/dev16/d16init.c
r4787 r5283 1 /* $Id: d16init.c,v 1. 9 2000-12-11 06:53:48bird Exp $1 /* $Id: d16init.c,v 1.10 2001-03-02 12:48:41 bird Exp $ 2 2 * 3 3 * d16init - init routines for both drivers. … … 98 98 USHORT usAction = 0; 99 99 NPSZ npszErrMsg = NULL; 100 NPSZnpszErrMsg2 = NULL;100 const char * npszErrMsg2 = NULL; 101 101 102 102 /* … … 132 132 npszErrMsg = "Ring-0 initiation failed. rc=%x\n"; 133 133 if (rc >= ERROR_D32_FIRST && rc <= ERROR_D32_LAST) 134 npszErrMsg2 = GetErrorMsg(data.usRcInit32 + ERROR_PROB_SYM_D32_FIRST - ERROR_D32_FIRST); 134 npszErrMsg2 = 135 GetErrorMsg( 136 data.usRcInit32 137 + ERROR_PROB_SYM_D32_FIRST 138 - ERROR_D32_FIRST 139 ); 135 140 } 136 141 } … … 289 294 return rc; 290 295 } 296
Note:
See TracChangeset
for help on using the changeset viewer.