mirror of
https://github.com/curl/curl.git
synced 2026-05-16 09:26:21 +03:00
define TRUE and FALSE here as some platforms don't have them otherwise
This commit is contained in:
parent
41be41358e
commit
bcbaeaf7d5
1 changed files with 7 additions and 0 deletions
|
|
@ -57,6 +57,13 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#ifndef OS
|
||||
#define OS "unknown"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue