Ignore:
Timestamp:
Nov 19, 2001, 4:10:22 AM (24 years ago)
Author:
bird
Message:

Added iTestcaseNo as global variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/testcase.h

    r7310 r7390  
    1 /* $Id: testcase.h,v 1.3 2001-11-09 07:39:33 bird Exp $
     1/* $Id: testcase.h,v 1.4 2001-11-19 03:10:22 bird Exp $
    22 *
    33 * Definitions and declarations for testcase moduls.
     
    2828extern TSTFAKER aTstFakers[NBR_OF_KRNLIMPORTS];
    2929#endif
     30
     31/*******************************************************************************
     32*   Global Variables                                                           *
     33*******************************************************************************/
     34extern int iTestcaseNo;
     35
    3036
    3137/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.