mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Metaware's High-C has an ISO cpp.
This commit is contained in:
parent
7c621cfbdf
commit
7ff6b6fafd
@ -485,7 +485,7 @@ typedef enum {
|
||||
*/
|
||||
#if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) || \
|
||||
defined(__HP_aCC) || defined(__BORLANDC__) || defined(__LCC__) || \
|
||||
defined(__POCC__) || defined(__SALFORDC__)
|
||||
defined(__POCC__) || defined(__SALFORDC__) || defined(__HIGHC__)
|
||||
/* This compiler is believed to have an ISO compatible preprocessor */
|
||||
#define CURL_ISOCPP
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user