mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
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:
parent
0b4bc0f2eb
commit
6054890725
6 changed files with 357 additions and 165 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <stdio.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
#include "wtypes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue