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/k32/k32KillProcessEx.cpp

    r6286 r6841  
    1 /* $Id: k32KillProcessEx.cpp,v 1.1 2001-07-10 05:20:59 bird Exp $
     1/* $Id: k32KillProcessEx.cpp,v 1.1.2.1 2001-09-27 03:08:22 bird Exp $
    22 *
    33 * k32KillProcessEx - DosKillProcessEx extention.
     
    2020#define NO_WIN32K_LIB_FUNCTIONS
    2121
     22#define INCL_KKL_LOG
     23
    2224
    2325
     
    2628*******************************************************************************/
    2729#include <os2.h>
     30#include <OS2Krnl.h>
     31#include <kKrnlLib.h>
     32
    2833#include "devSegDf.h"                   /* Win32k segment definitions. */
    29 #include "OS2Krnl.h"
    3034#include "win32k.h"
    3135#include "k32.h"
    3236#include "options.h"
    3337#include "dev32.h"
    34 #include "log.h"
    35 #include "macros.h"
    3638
    3739
Note: See TracChangeset for help on using the changeset viewer.