More solution fixes and add language interfaces

This commit is contained in:
Berke Viktor
2012-06-10 12:49:17 +02:00
parent 04829d015d
commit 95aace51cc
22 changed files with 666 additions and 9 deletions

View File

@ -48,7 +48,7 @@
#ifdef _WIN32
#include <direct.h> /* for getcwd */
#include "../../src/common/dirent-win32.h"
#include "../../src/dirent/dirent-win32.h"
#endif
#if !( defined(_WIN32) || defined(LXC_XCHAT_GETTEXT) )