Changeset 2849 for trunk/src


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...)

Location:
trunk/src/win32k
Files:
3 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
  • trunk/src/win32k/include/options.h

    r2848 r2849  
    1 /* $Id: options.h,v 1.8 2000-02-21 14:53:39 bird Exp $
     1/* $Id: options.h,v 1.9 2000-02-21 15:59:21 bird Exp $
    22 *
    33 * Options.
     
    9898};
    9999
    100 
    101100/*******************************************************************************
    102101*   Global Variables                                                           *
  • trunk/src/win32k/ldr/mytkExecPgm.asm

    r2848 r2849  
    1 ; $Id: mytkExecPgm.asm,v 1.7 2000-02-21 14:53:39 bird Exp $
     1; $Id: mytkExecPgm.asm,v 1.8 2000-02-21 15:59:21 bird Exp $
    22;
    33; mytkExecPgm - tkExecPgm overload
     
    8989
    9090    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
    91     int 3
    9291    push    ebp
    9392    mov     ebp, esp
     
    319318
    320319    ASSUME CS:CODE32, DS:NOTHING, SS:NOTHING
    321     int 3
    322320    push    ebp
    323321    mov     ebp, esp
Note: See TracChangeset for help on using the changeset viewer.