Changeset 6229 for trunk/src


Ignore:
Timestamp:
Jul 8, 2001, 5:07:35 AM (24 years ago)
Author:
bird
Message:

Prototyped the libpath pointer pointer.

File:
1 edited

Legend:

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

    r5086 r6229  
    1 /* $Id: OS2KLDR.h,v 1.1 2001-02-10 11:11:43 bird Exp $
     1/* $Id: OS2KLDR.h,v 1.2 2001-07-08 03:07:35 bird Exp $
    22 *
    33 * OS/2 kernel Loader Stuff.
     
    224224
    225225/*******************************************************************************
     226*   Global Variables                                                           *
     227*******************************************************************************/
     228extern PSZ*    pLdrLibPath;             /* Pointer to the libpath pointer. */
     229
     230
     231/*******************************************************************************
    226232*   Function Prototypes                                                        *
    227233*******************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.