Initial Visual Studio solution

This commit is contained in:
Berke Viktor
2012-06-03 12:06:06 +02:00
parent 4f73128e9b
commit 39422d5503
19 changed files with 1303 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
#include <sys/timeb.h>
#include <process.h>
#include <io.h>
#include "dirent-win32.h"
#include "../dirent-win32/dirent-win32.h"
#else
#include <unistd.h>
#include <pwd.h>
@@ -57,11 +57,9 @@
#include <socks.h>
#endif
#ifndef ENABLE_NLS
#ifndef HAVE_SNPRINTF
#define snprintf g_snprintf
#endif
#endif
#ifdef USE_DEBUG