Ignore:
Timestamp:
Feb 27, 2021, 9:36:54 PM (4 years ago)
Author:
Paul Smedley
Message:

More code cleanups from AlexT from #os2russian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/drv32/init.c

    r675 r677  
    2929
    3030// Device support
    31 #include <devhelp.h>
     31#include <devtype.h>
     32#include <stacktoflat.h>
    3233#include <version.h>
    3334#include <ossidc32.h>
     
    111112    segsize &= ~0xFFF;
    112113
    113     if(KernVMLock(VMDHL_LONG,
     114    if(KernVMLock(KEE_VML_LONGLOCK,
    114115                  (PVOID)((OffsetBeginDS32) & ~0xFFF),
    115116                  segsize,
     
    128129    segsize &= ~0xFFF;
    129130
    130     if(KernVMLock(VMDHL_LONG,
     131    if(KernVMLock(KEE_VML_LONGLOCK,
    131132                  (PVOID)((OffsetBeginCS32) & ~0xFFF),
    132133                  segsize,
Note: See TracChangeset for help on using the changeset viewer.