Changeset 3570


Ignore:
Timestamp:
Aug 31, 2007, 4:27:16 AM (18 years ago)
Author:
bird
Message:

Moving kLdr.h.

Location:
trunk/kStuff
Files:
28 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kLdr.h

    r3569 r3570  
    2525 */
    2626
    27 #ifndef ___kLdr_h___
    28 #define ___kLdr_h___
     27#ifndef ___k_kLdr_h___
     28#define ___k_kLdr_h___
    2929
    3030#ifdef __cplusplus
  • trunk/kStuff/kLdr/Makefile.kmk

    r3567 r3570  
    230230# Generate case statements for kLdrErrStr().
    231231#
    232 $(PATH_TARGET)/kldrErrConsts.h: kLdr.h Makefile.kmk | $(call DIRDEP,$(PATH_TARGET))
     232$(PATH_TARGET)/kldrErrConsts.h: ../include/k/kLdr.h Makefile.kmk | $(call DIRDEP,$(PATH_TARGET))
    233233        $(RM) -f $@
    234234        $(SED) \
     
    237237                -e '/KLDR_ERR_BASE/d' \
    238238                -e '/KLDR_ERR_[^_]*_BASE/d' \
    239                 kLdr.h > $@
    240 
     239                ../include/k/kLdr.h > $@
     240
  • trunk/kStuff/kLdr/kLdr-os2.c

    r3537 r3570  
    3333#include <os2.h>
    3434
    35 #include <kLdr.h>
     35#include <k/kLdr.h>
    3636#include "kLdrInternal.h"
    3737#include "kLdrHlp.h"
  • trunk/kStuff/kLdr/kLdr-win.c

    r3537 r3570  
    3232#include <Windows.h>
    3333
    34 #include <kLdr.h>
     34#include <k/kLdr.h>
    3535#include "kLdrInternal.h"
    3636#include "kLdrHlp.h"
  • trunk/kStuff/kLdr/kLdr.c

    r3537 r3570  
    5151*   Header Files                                                               *
    5252*******************************************************************************/
    53 #include "kLdr.h"
     53#include <k/kLdr.h>
    5454#include "kLdrHlp.h"
    5555#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrDyld.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrDyldFind.c

    r3567 r3570  
    5151#endif
    5252
    53 #include <kLdr.h>
     53#include <k/kLdr.h>
    5454#include "kLdrHlp.h"
    5555#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrDyldMod.c

    r3569 r3570  
    3030*   Header Files                                                               *
    3131*******************************************************************************/
    32 #include <kLdr.h>
     32#include <k/kLdr.h>
    3333#include "kLdrInternal.h"
    3434#include "kLdrHlp.h"
  • trunk/kStuff/kLdr/kLdrDyldOS.c

    r3567 r3570  
    3939#endif
    4040
    41 #include <kLdr.h>
     41#include <k/kLdr.h>
    4242#include "kLdrHlp.h"
    4343#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrErr.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232
    3333
    3434/**
    35  * Translate the error code into a string containing 
    36  * the error constant. 
    37  * 
     35 * Translate the error code into a string containing
     36 * the error constant.
     37 *
    3838 * @returns Read only string with the constant name.
    3939 * @param   rc      The error code.
  • trunk/kStuff/kLdr/kLdrExeStub-os2.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include <os2.h>
    3333
  • trunk/kStuff/kLdr/kLdrExeStub-win.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include <Windows.h>
    3333
  • trunk/kStuff/kLdr/kLdrHlp-gcc.c

    r3567 r3570  
    2525 */
    2626
    27 #include <kLdr.h>
     27#include <k/kLdr.h>
    2828#include "kLdrHlp.h"
    2929
  • trunk/kStuff/kLdr/kLdrHlp.c

    r3567 r3570  
    3939#endif
    4040
    41 #include <kLdr.h>
     41#include <k/kLdr.h>
    4242#include "kLdrHlp.h"
    4343
  • trunk/kStuff/kLdr/kLdrHlpHeap.c

    r3569 r3570  
    4040#endif
    4141
    42 #include <kLdr.h>
     42#include <k/kLdr.h>
    4343#include "kLdrHlp.h"
    4444
  • trunk/kStuff/kLdr/kLdrHlpMem.c

    r3569 r3570  
    3939#endif
    4040
    41 #include <kLdr.h>
     41#include <k/kLdr.h>
    4242#include "kLdrHlp.h"
    4343
  • trunk/kStuff/kLdr/kLdrHlpPath.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333
  • trunk/kStuff/kLdr/kLdrHlpSem.c

    r3537 r3570  
    3939#endif
    4040
    41 #include <kLdr.h>
     41#include <k/kLdr.h>
    4242#include "kLdrHlp.h"
    4343
  • trunk/kStuff/kLdr/kLdrHlpStr.c

    r3567 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333
  • trunk/kStuff/kLdr/kLdrMisc.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include "kLdr.h"
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrMod.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrModLX.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrModMachO.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrModNative.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrModPE.c

    r3569 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
  • trunk/kStuff/kLdr/kLdrRdr.c

    r3567 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrInternal.h"
    3333
  • trunk/kStuff/kLdr/kLdrRdrFile.c

    r3569 r3570  
    152152#endif
    153153
    154 #include <kLdr.h>
     154#include <k/kLdr.h>
    155155#include "kLdrHlp.h"
    156156
  • trunk/kStuff/kLdr/tstkLdrHeap.c

    r3537 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include "kLdrHlp.h"
    3333
  • trunk/kStuff/kLdr/tstkLdrMod.c

    r3567 r3570  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
    31 #include <kLdr.h>
     31#include <k/kLdr.h>
    3232#include <stdarg.h>
    3333#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.