HTML Tidy  5.4.0
The HTACG Tidy HTML Project
platform.h
Go to the documentation of this file.
1 /** @file platform.h - Deprecated compatibility header. Use tidyplatform.h
2 **
3 ** @deprecated This compatibility header is deprecated and
4 ** should be replaced by tidyplatform.h. This header will be removed!
5 **
6 */
7 #ifdef __GNUC__
8 #warning "FIXME: Using compatibility tidy header (platform.h) that will go away!"
9 #endif
10 #ifdef _MSC_VER
11 #pragma message("WARNING: ** FIXME ** Using compatibility tidy header (platform.h) that will go away! Use tidyplatform.h")
12 #endif
13 
14 #include "tidyplatform.h"
15 
Platform specifics