Ignore:
Timestamp:
Aug 28, 2007, 11:41:54 PM (18 years ago)
Author:
bird
Message:

Put all the format headers into k/kLdrFmts/.

Location:
trunk/kStuff/include/k/kLdrFmts
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kLdrFmts/mz.h

    r3567 r3568  
    11/* $Id$ */
     2/** @file
     3 * MZ structures, types and defines.
     4 */
    25
    3 #ifndef __kLdrModMZ_h__
    4 #define __kLdrModMZ_h__
     6#ifndef ___k_kLdrFmts_mz_h___
     7#define ___k_kLdrFmts_mz_h___
    58
    6 #include "kLdrBase.h"
     9#include <k/kDefs.h>
     10#include <k/kTypes.h>
    711
    812#pragma pack(1) /* not required */
Note: See TracChangeset for help on using the changeset viewer.