Fixed config forward compatibility problem

- note to self: C++ binary file not same as C binary file 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2510 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-03-10 14:08:52 +00:00
parent 0b4bc0f2eb
commit 6054890725
6 changed files with 357 additions and 165 deletions

View file

@ -36,6 +36,7 @@
#include <stdio.h>
#include <dirent.h>
#include <fstream>
#if defined(WIN32) || defined(__CYGWIN__)
#include "wtypes.h"