Changeset 7400 for trunk/src


Ignore:
Timestamp:
Nov 20, 2001, 4:43:51 AM (24 years ago)
Author:
bird
Message:

Moved declaration for DATA16Base to the right section. (It's global data now! Was incorrectly placed where device headers should be.)

File:
1 edited

Legend:

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

    r7386 r7400  
    1 /* $Id: dev16.h,v 1.3 2001-11-19 03:07:05 bird Exp $
     1/* $Id: dev16.h,v 1.4 2001-11-20 03:43:51 bird Exp $
    22 * dev16 - 16-bit specific. Should not be used in 32-bit C/C++.
    33 *
     
    110110extern LIN      linDT2;
    111111extern BOOL     fInitTime;
     112extern unsigned long DATA16Base;
    112113
    113114
     
    154155extern char PASCAL EH_DATAEND     ;
    155156
    156 extern unsigned long DATA16Base;
    157157
    158158
Note: See TracChangeset for help on using the changeset viewer.