2016-09-11 15:20:43 +00:00
|
|
|
/** @file platform.h - Deprecated compatibility header. Use tidyplatform.h
|
|
|
|
**
|
|
|
|
** @deprecated This compatibility header is deprecated and
|
|
|
|
** should be replaced by tidyplatform.h. This header will be removed!
|
|
|
|
**
|
|
|
|
*/
|
2016-06-13 09:10:16 +00:00
|
|
|
#ifdef __GNUC__
|
|
|
|
#warning "FIXME: Using compatibility tidy header (platform.h) that will go away!"
|
|
|
|
#endif
|
2016-09-11 15:20:43 +00:00
|
|
|
#ifdef _MSC_VER
|
|
|
|
#pragma message("WARNING: ** FIXME ** Using compatibility tidy header (platform.h) that will go away! Use tidyplatform.h")
|
|
|
|
#endif
|
2016-06-13 09:10:16 +00:00
|
|
|
|
|
|
|
#include "tidyplatform.h"
|
|
|
|
|