mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
22 lines
267 B
C
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
|