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

@ -60,12 +60,12 @@
#include <direct.h>
#include <glib/gstdio.h>
#include "../../src/dirent/dirent-win32.h"
#include "../../config-win32.h"
#else
#include <unistd.h>
#include <dirent.h>
#endif
#include "../../config.h"
#include "hexchat-plugin.h"
#undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.h from glib.h */
#include <Python.h>