Changeset 5086 for trunk/src/win32k/ldr


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/ldr
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/ldr/ModuleBase.cpp

    r4787 r5086  
    1 /* $Id: ModuleBase.cpp,v 1.6 2000-12-11 06:53:53 bird Exp $
     1/* $Id: ModuleBase.cpp,v 1.7 2001-02-10 11:11:44 bird Exp $
    22 *
    33 * ModuleBase - Implementetation.
     
    1818    #define INCL_DOSFILEMGR             /* RING3: DOS File api. */
    1919#endif
     20#define INCL_OS2KRNL_LDR
    2021
    2122
     
    3435#include "dev32.h"                      /* 32-Bit part of the device driver. (SSToDS) */
    3536#include "OS2Krnl.h"                    /* kernel structs.  (SFN) */
    36 #include "ldrCalls.h"                   /* ldrOpenPath and ldrlv_t. */
    3737#include "modulebase.h"                 /* ModuleBase class definitions, ++. */
    3838
  • trunk/src/win32k/ldr/ldr.cpp

    r4785 r5086  
    1 /* $Id: ldr.cpp,v 1.9 2000-12-11 06:44:34 bird Exp $
     1/* $Id: ldr.cpp,v 1.10 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * ldr.cpp - Loader helpers.
     
    1616#define INCL_OS2KRNL_SEM
    1717#define INCL_OS2KRNL_PTDA
     18#define INCL_OS2KRNL_LDR
    1819
    1920/*******************************************************************************
     
    3637#include "OS2Krnl.h"
    3738#include "ldr.h"
    38 #include "ldrCalls.h"
    3939#include "ModuleBase.h"
    4040#include "pe2lx.h"
  • trunk/src/win32k/ldr/myLDRGetProcAddr.cpp

    r4827 r5086  
    1 /* $Id: myLDRGetProcAddr.cpp,v 1.1 2000-12-17 22:44:46 bird Exp $
     1/* $Id: myLDRGetProcAddr.cpp,v 1.2 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * LDRGetProcAddr - Get an entry point to a module.
     
    1616#define INCL_NOPMAPI
    1717#define INCL_OS2KRNL_PTDA
     18#define INCL_OS2KRNL_LDR
    1819
    1920/*******************************************************************************
     
    3435#include "dev32.h"
    3536#include "ldr.h"
    36 #include "ldrCalls.h"
    3737#include "options.h"
    3838
  • trunk/src/win32k/ldr/myLDRQAppType.cpp

    r4164 r5086  
    1 /* $Id: myLDRQAppType.cpp,v 1.4 2000-09-02 21:08:07 bird Exp $
     1/* $Id: myLDRQAppType.cpp,v 1.5 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * _myLDRQAppType - _LDRQAppType overload.
     
    1717#define INCL_OS2KRNL_PTDA
    1818#define INCL_OS2KRNL_SEM
     19#define INCL_OS2KRNL_LDR
    1920
    2021/*******************************************************************************
     
    2728#include "avl.h"
    2829#include "ldr.h"
    29 #include "ldrCalls.h"
    3030#include "log.h"
    3131
  • trunk/src/win32k/ldr/myVMAllocMem.cpp

    r4787 r5086  
    1 /* $Id: myVMAllocMem.cpp,v 1.2 2000-12-11 06:53:53 bird Exp $
     1/* $Id: myVMAllocMem.cpp,v 1.3 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * Debug module - overloads VMAllocMem to analyse input parameters....
     
    1414#define INCL_DOSERRORS
    1515#define INCL_NOPMAPI
     16#define INCL_OS2KRNL_LDR
    1617
    1718/*******************************************************************************
     
    2425#include "avl.h"
    2526#include "ldr.h"
    26 #include "ldrCalls.h"
    2727
    2828
  • trunk/src/win32k/ldr/myldrCheckInternalName.cpp

    r4879 r5086  
    1 /* $Id: myldrCheckInternalName.cpp,v 1.2 2001-01-08 18:04:23 bird Exp $
     1/* $Id: myldrCheckInternalName.cpp,v 1.3 2001-02-10 11:11:45 bird Exp $
    22 *
    33 * ldrCheckInternalName - ldrCheckInternalName replacement with support for
     
    1616#define INCL_DOSERRORS
    1717#define INCL_NOPMAPI
     18#define INCL_OS2KRNL_LDR
    1819
    1920
     
    3536#include "dev32.h"
    3637#include "ldr.h"
    37 #include "ldrCalls.h"
    3838#include "options.h"
    3939
  • trunk/src/win32k/ldr/myldrClose.cpp

    r4164 r5086  
    1 /* $Id: myldrClose.cpp,v 1.6 2000-09-02 21:08:07 bird Exp $
     1/* $Id: myldrClose.cpp,v 1.7 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * myldrClose - ldrClose
     
    1414#define INCL_DOSERRORS
    1515#define INCL_NOPMAPI
     16#define INCL_OS2KRNL_LDR
    1617
    1718/*******************************************************************************
     
    3031#include "OS2Krnl.h"
    3132#include "ldr.h"
    32 #include "ldrCalls.h"
    3333#include "ModuleBase.h"
    3434#include "Pe2Lx.h"
  • trunk/src/win32k/ldr/myldrEnum32bitRelRecs.cpp

    r4787 r5086  
    1 /* $Id: myldrEnum32bitRelRecs.cpp,v 1.4 2000-12-11 06:53:53 bird Exp $
     1/* $Id: myldrEnum32bitRelRecs.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * myldrEnum32bitRelRecs - ldrEnum32bitRelRecs
     
    1414#define INCL_DOSERRORS
    1515#define INCL_NOPMAPI
     16#define INCL_OS2KRNL_LDR
    1617
    1718
     
    3132#include "OS2Krnl.h"
    3233#include "ldr.h"
    33 #include "ldrCalls.h"
    3434#include "ModuleBase.h"
    3535
  • trunk/src/win32k/ldr/myldrFindModule.cpp

    r4779 r5086  
    1 /* $Id: myldrFindModule.cpp,v 1.1 2000-12-11 06:32:06 bird Exp $
     1/* $Id: myldrFindModule.cpp,v 1.2 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * ldrFindModule - ldrFindModule replacement with support for long DLL names
     
    1515#define INCL_DOSERRORS
    1616#define INCL_NOPMAPI
     17#define INCL_OS2KRNL_LDR
    1718
    1819/*******************************************************************************
     
    3334#include "dev32.h"
    3435#include "ldr.h"
    35 #include "ldrCalls.h"
    3636#include "ModuleBase.h"
    3737#include "options.h"
  • trunk/src/win32k/ldr/myldrOpen.cpp

    r4778 r5086  
    1 /* $Id: myldrOpen.cpp,v 1.13 2000-12-11 06:30:59 bird Exp $
     1/* $Id: myldrOpen.cpp,v 1.14 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * myldrOpen - ldrOpen.
     
    2020#define INCL_OS2KRNL_SEM
    2121#define INCL_OS2KRNL_SEC
     22#define INCL_OS2KRNL_LDR
    2223
    2324/*******************************************************************************
     
    4344#include "dev32.h"
    4445#include "ldr.h"
    45 #include "ldrCalls.h"
    4646#include "ModuleBase.h"
    4747#include "pe2lx.h"
  • trunk/src/win32k/ldr/myldrOpenPath.cpp

    r4778 r5086  
    1 /* $Id: myldrOpenPath.cpp,v 1.4 2000-12-11 06:30:59 bird Exp $
     1/* $Id: myldrOpenPath.cpp,v 1.5 2001-02-10 11:11:46 bird Exp $
    22 *
    33 * myldrOpenPath - ldrOpenPath used to open executables we'll override
     
    1717#define INCL_OS2KRNL_TCB
    1818#define INCL_OS2KRNL_PTDA
     19#define INCL_OS2KRNL_LDR
    1920
    2021/*******************************************************************************
     
    3435#include "OS2Krnl.h"
    3536#include "avl.h"
    36 #include "ldrCalls.h"
    3737#include "ldr.h"
    3838#include "ModuleBase.h"
  • trunk/src/win32k/ldr/myldrRead.cpp

    r4787 r5086  
    1 /* $Id: myldrRead.cpp,v 1.8 2000-12-11 06:53:53 bird Exp $
     1/* $Id: myldrRead.cpp,v 1.9 2001-02-10 11:11:47 bird Exp $
    22 *
    33 * myldrRead - ldrRead.
     
    1414#define INCL_DOSERRORS
    1515#define INCL_NOPMAPI
     16#define INCL_OS2KRNL_LDR
    1617
    1718/*******************************************************************************
     
    3031#include <exe386.h>
    3132#include "OS2Krnl.h"
    32 #include "ldrCalls.h"
    3333#include "ldr.h"
    3434#include "ModuleBase.h"
  • trunk/src/win32k/ldr/myldrSetVMflags.cpp

    r4227 r5086  
    1 /* $Id: myldrSetVMflags.cpp,v 1.1 2000-09-08 21:34:12 bird Exp $
     1/* $Id: myldrSetVMflags.cpp,v 1.2 2001-02-10 11:11:47 bird Exp $
    22 *
    33 * myldrSetVMflags - ldrSetVMflags
     
    1616
    1717#define INCL_OS2KRNL_VM
     18#define INCL_OS2KRNL_LDR
    1819
    1920/*******************************************************************************
     
    3233#include "OS2Krnl.h"
    3334#include "ldr.h"
    34 #include "ldrCalls.h"
    3535
    3636
  • trunk/src/win32k/ldr/myldrWasLoadModuled.cpp

    r4827 r5086  
    1 /* $Id: myldrWasLoadModuled.cpp,v 1.1 2000-12-17 22:44:45 bird Exp $
     1/* $Id: myldrWasLoadModuled.cpp,v 1.2 2001-02-10 11:11:47 bird Exp $
    22 *
    33 * ldrWasLoadModuled - Tells OS/2 that the executable module was LoadModuled
     
    1717#define INCL_NOPMAPI
    1818#define INCL_OS2KRNL_PTDA
     19#define INCL_OS2KRNL_LDR
    1920
    2021/*******************************************************************************
     
    3536#include "dev32.h"
    3637#include "ldr.h"
    37 #include "ldrCalls.h"
    3838#include "options.h"
    3939
Note: See TracChangeset for help on using the changeset viewer.