win32: Use config.h instead of config-win32.h

This commit is contained in:
TingPing
2014-06-04 10:30:18 -04:00
parent 806b98dfc2
commit b8c02f71d9
16 changed files with 14 additions and 40 deletions

View File

@@ -23,12 +23,10 @@
#include <stdio.h>
#include <glib.h>
#ifdef WIN32
#include "../../config-win32.h" /* grab USE_IPV6 and LOOKUPD defines */
#else
#ifndef WIN32
#include <unistd.h>
#include "../../config.h"
#endif
#include "../../config.h"
#define WANTSOCKET
#define WANTARPA