Ignore:
Timestamp:
Sep 27, 2001, 5:08:35 AM (24 years ago)
Author:
bird
Message:

Win32k/kKrnlLib splittup: done the major stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/ldr/myVMAllocMem.cpp

    r5086 r6841  
    1 /* $Id: myVMAllocMem.cpp,v 1.3 2001-02-10 11:11:45 bird Exp $
     1/* $Id: myVMAllocMem.cpp,v 1.3.2.1 2001-09-27 03:08:25 bird Exp $
    22 *
    33 * Debug module - overloads VMAllocMem to analyse input parameters....
     
    1515#define INCL_NOPMAPI
    1616#define INCL_OS2KRNL_LDR
     17#define INCL_OS2KRNL_VM
     18#define INCL_KKL_AVL
     19#define INCL_KKL_LOG
    1720
    1821/*******************************************************************************
     
    2023*******************************************************************************/
    2124#include <os2.h>
     25#include <OS2Krnl.h>
     26#include <kKrnlLib.h>
    2227
    23 #include "log.h"
    24 #include "OS2Krnl.h"
    25 #include "avl.h"
    2628#include "ldr.h"
    2729
     
    5153    APIRET rc;
    5254
    53     rc = VMAllocMem(p1,p2,p3,p4,p5,p6,p7,p8,p9);
     55    rc = VMAllocMem(p1,p2,p3,p4,p5,p6,p7,p8,(PVMAC)p9);
    5456
    5557    return rc;
Note: See TracChangeset for help on using the changeset viewer.