From 6b75d2c2df7209919a70a29a4479625b62fb3c28 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 3 Sep 2011 16:06:10 +0200 Subject: fix a bunch of MSVC compiler warnings --- src/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/setup.h') diff --git a/src/setup.h b/src/setup.h index d2562a244..58ca0efee 100644 --- a/src/setup.h +++ b/src/setup.h @@ -222,7 +222,7 @@ int fileno( FILE *stream); * Include macros and defines that should only be processed once. */ -#ifndef __SETUP_ONCE_H +#ifndef HEADER_CURL_SETUP_ONCE_H #include "setup_once.h" #endif -- cgit v1.2.3