build: make use of 76 lib/*.h renamed files
76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
* IDN conversions using Windows kernel32 and normaliz libraries.
|
||||
*/
|
||||
|
||||
#include "setup.h"
|
||||
#include "curl_setup.h"
|
||||
|
||||
#ifdef USE_WIN32_IDN
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "curl_memory.h"
|
||||
/* The last #include file should be: */
|
||||
#include "memdebug.h"
|
||||
#include "curl_memdebug.h"
|
||||
|
||||
#ifdef WANT_IDN_PROTOTYPES
|
||||
WINBASEAPI int WINAPI IdnToAscii(DWORD, const WCHAR *, int, WCHAR *, int);
|
||||
|
||||
Reference in New Issue
Block a user