mirror of
https://github.com/curl/curl.git
synced 2026-07-16 14:27:16 +03:00
Metaware's High-C has an ISO cpp.
This commit is contained in:
parent
7c621cfbdf
commit
7ff6b6fafd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue