Ignore:
Timestamp:
Aug 27, 2007, 9:54:05 PM (18 years ago)
Author:
bird
Message:

Use the new type system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrModELF64.h

    r3537 r3567  
    3737 */
    3838
    39 typedef uint64_t        Elf64_Addr;
    40 typedef uint32_t        Elf64_Half;
    41 typedef uint64_t        Elf64_Off;
    42 typedef int64_t         Elf64_Sword;
    43 typedef uint64_t        Elf64_Word;
    44 typedef uint64_t        Elf64_Size;
    45 typedef uint16_t        Elf64_Quarter;
     39typedef KU64    Elf64_Addr;
     40typedef KU32    Elf64_Half;
     41typedef KU64    Elf64_Off;
     42typedef KI64    Elf64_Sword;
     43typedef KU64    Elf64_Word;
     44typedef KU64    Elf64_Size;
     45typedef KU16    Elf64_Quarter;
    4646
    4747/*
Note: See TracChangeset for help on using the changeset viewer.