ultimatepp/uppsrc/coff/coff.h
mdelfede d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

22 lines
267 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