Skip to content
Snippets Groups Projects
Commit 336e3b8b authored by Yang Tse's avatar Yang Tse
Browse files

Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_H

parent 47c06fa3
No related branches found
No related tags found
No related merge requests found
#ifndef __SETUP_H
#define __SETUP_H
#ifndef __LIB_CURL_SETUP_H
#define __LIB_CURL_SETUP_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
......@@ -347,4 +347,4 @@ typedef int curl_socket_t;
#define DEBUGF(x)
#endif
#endif /* __SETUP_H */
#endif /* __LIB_CURL_SETUP_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment