ultimatepp/uppsrc2/coff/coff.h
cxl c863f38e22 coff moved to uppsrc2
git-svn-id: svn://ultimatepp.org/upp/trunk@7711 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-21 15:46:17 +00:00

22 lines
289 B
C

#ifndef _coff_coff_h
#define _coff_coff_h
#include <Core/Core.h>
#include <time.h>
NAMESPACE_UPP
#include "defs.h"
#include "util.h"
#include "lib.h"
#ifdef PLATFORM_WIN32
#define PATH_HAS_CASE 0
#else
#define PATH_HAS_CASE 1
#endif
END_UPP_NAMESPACE
#endif