Changeset 7057 for branches


Ignore:
Timestamp:
Oct 15, 2001, 12:58:53 AM (24 years ago)
Author:
bird
Message:

struct options -> struct Win32kOptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/pe2lx/pe2lxmain.cpp

    r5086 r7057  
    1 /* $Id: pe2lxmain.cpp,v 1.7 2001-02-10 11:11:48 bird Exp $
     1/* $Id: pe2lxmain.cpp,v 1.7.2.1 2001-10-14 22:58:53 bird Exp $
    22 *
    33 * Pe2Lx main program. (Ring 3 only!)
     
    4444*******************************************************************************/
    4545char szBackupWin32Filename[CCHMAXPATH]; /* too save stack/heap */
    46 struct options options = DEFAULT_OPTION_ASSIGMENTS;
     46struct Win32kOptions options = DEFAULT_OPTION_ASSIGMENTS;
    4747
    4848/*******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.