Changeset 3539 for trunk


Ignore:
Timestamp:
Aug 23, 2007, 5:00:10 AM (18 years ago)
Author:
bird
Message:

hacking

Location:
trunk/kStuff/kDbg
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kDbg/kDbgBase.h

    r3537 r3539  
    2828#ifndef ___kDbgBase_h___
    2929#define ___kDbgBase_h___
     30
     31#include <k/kDefs.h>
     32#include <k/kTypes.h>
    3033
    3134
  • trunk/kStuff/kDbg/kDbgModule.cpp

    r3537 r3539  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#include <k/kDefs.h>
     32#include <k/kTypes.h>
    3133#include "kDbg.h"
    3234#include "kLdr.h"
     
    4547KDBG_DECL(int) kDbgModuleOpenFilePart(PKDBGHLPFILE pFile, int64_t off, int64_t cb, PKDBGMOD *ppDbgMod)
    4648{
    47 #if KOS_WINDOWS
     49#if K_OS == K_OS_WINDOWS
    4850    /*
    4951     * If we're on Windows, let DbgHelp have a go first.
Note: See TracChangeset for help on using the changeset viewer.