Changeset 6883 for trunk/src


Ignore:
Timestamp:
Sep 30, 2001, 6:55:56 AM (24 years ago)
Author:
bird
Message:

H2INC understand char * better than PSZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/options.h

    r6853 r6883  
    1 /* $Id: options.h,v 1.23 2001-09-28 07:43:38 sandervl Exp $
     1/* $Id: options.h,v 1.24 2001-09-30 04:55:56 bird Exp $
    22 *
    33 * Options.
     
    195195
    196196    ULONG       fSkipFixups;
    197     PSZ         pszCustomDll;           /* pointer to custom odin dll name */
    198     PSZ         pszCustomExports;       /* pointer to custom export table */
     197    char *      pszCustomDll;           /* pointer to custom odin dll name */
     198    char *      pszCustomExports;       /* pointer to custom export table */
    199199
    200200    /** @cat Options affecting the behaviour changes in the OS/2 loader */
Note: See TracChangeset for help on using the changeset viewer.