updated mac specific include files
This commit is contained in:
6
src/config-mac.h
Normal file
6
src/config-mac.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "GUSICommandLine.h"
|
||||
|
||||
#define main(x,y) curl_main(x,y)
|
||||
|
||||
/* we provide our own strdup prototype */
|
||||
char *strdup(const char *s1);
|
||||
Reference in New Issue
Block a user