Ignore:
Timestamp:
Aug 15, 2000, 8:16:09 AM (25 years ago)
Author:
bird
Message:

Another night of coding/testing/debuging.

Location:
branches/GRACE/src/win32k/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/include/LdrCalls.h

    r3834 r4017  
    1 /* $Id: LdrCalls.h,v 1.3.4.1 2000-07-16 22:43:30 bird Exp $
     1/* $Id: LdrCalls.h,v 1.3.4.2 2000-08-15 06:16:04 bird Exp $
    22 *
    33 * Prototypes for the loader overrided function.
     
    180180 *            OS2 errorcode on failure. (ERROR_INTERRUPT?)
    181181 */
    182 #define LDRGetSem()   KSEMRequestMutex(*pLdrSem, (ULONG)-1)
     182#define LDRGetSem()   KSEMRequestMutex((HKMTX)pLdrSem, (ULONG)-1)
    183183
    184184
  • branches/GRACE/src/win32k/include/options.h

    r3834 r4017  
    1 /* $Id: options.h,v 1.10.4.1 2000-07-16 22:43:32 bird Exp $
     1/* $Id: options.h,v 1.10.4.2 2000-08-15 06:16:04 bird Exp $
    22 *
    33 * Options.
     
    4747            {FALSE,                 /* fQuiet        */     \
    4848            OUTPUT_COM2,            /* usCom         */     \
    49             FALSE,                  /* fLogging      */     \
     49            TRUE,                   /* fLogging      */     \
    5050            KF_UNI,                 /* fKernel       */     \
    5151            ~0UL,                   /* ulBuild       */     \
Note: See TracChangeset for help on using the changeset viewer.