Changeset 5086 for trunk/src/win32k/test


Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

Location:
trunk/src/win32k/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/test/fake.c

    r4810 r5086  
    1 /* $Id: fake.c,v 1.6 2000-12-16 23:03:31 bird Exp $
     1/* $Id: fake.c,v 1.7 2001-02-10 11:11:48 bird Exp $
    22 *
    33 * Fake stubs for the ldr and kernel functions we imports or overloads.
     
    3434#include "OS2Krnl.h"
    3535#include "dev32.h"
    36 #include "ldrcalls.h"
    3736#include "test.h"
    3837#include "macros.h"
  • trunk/src/win32k/test/win32ktst.c

    r4972 r5086  
    1 /* $Id: win32ktst.c,v 1.6 2001-01-19 02:28:33 bird Exp $
     1/* $Id: win32ktst.c,v 1.7 2001-02-10 11:11:48 bird Exp $
    22 *
    33 * Win32k test module.
     
    5050#include "avl.h"
    5151#include "ldr.h"
    52 #include "ldrCalls.h"
    5352#include "test.h"
    5453#include "asmutils.h"
Note: See TracChangeset for help on using the changeset viewer.