mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
Eric Lavigne updates
This commit is contained in:
parent
13ac89af24
commit
dccc77a325
5 changed files with 11 additions and 8 deletions
|
|
@ -41,9 +41,14 @@
|
|||
|
||||
#else
|
||||
#ifdef WIN32
|
||||
/* include the hand-modified win32 adjusted config.h! */
|
||||
/* hand-modified win32 config.h! */
|
||||
#include "../config-win32.h"
|
||||
#endif
|
||||
#ifdef macintosh
|
||||
/* hand-modified MacOS config.h! */
|
||||
#include "config-mac.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue