Ignore:
Timestamp:
Feb 21, 2000, 4:59:21 PM (26 years ago)
Author:
bird
Message:

Finally it's working! (Or at least it seems like working...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/dev32/d32globals.c

    r1678 r2849  
    1 /* $Id: d32globals.c,v 1.3 1999-11-10 01:45:30 bird Exp $
     1/* $Id: d32globals.c,v 1.4 2000-02-21 15:59:20 bird Exp $
    22 *
    33 * d32globals - global data (32-bit)
     
    2424*******************************************************************************/
    2525PULONG          pulTKSSBase32;
    26 struct options  options;
     26#ifdef DEBUG
     27char szStartOfOptions[] = "START-OF-OPTIONS";
     28#endif
     29struct options  options = {0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0};
     30#ifdef DEBUG
     31char szEndOfOptions[] = "END-OF-OPTIONS";
     32#endif
    2733
Note: See TracChangeset for help on using the changeset viewer.