1
0
Fork 0

dang finicky OS installs. >.> Bug fixes to make sure this compiles is more than two OS's.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@62 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
admin@omencraft.com 2011-11-05 01:21:03 +00:00
parent dd36ea269f
commit cbc22b646d
5 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@
#include "cQuicksort.h"
#include "cDeNotch.h"
#ifdef _WIN32
#include "dirent.h"
#include "wdirent.h"
#else
#include <dirent.h>
#endif

View File

@ -4,7 +4,7 @@
#include "cQuicksort.h"
#include "cDeNotch.h"
#ifdef _WIN32
#include "dirent.h"
#include "wdirent.h"
#else
#include <dirent.h>
#endif

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "dirent.h"
#include "wdirent.h"
int main (int argc, char *argv[]) {
int i;