mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
msvc2k5 compatibility fix
svn path=/trunk/; revision=20831
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "rbuild.h"
|
||||
#ifndef _MSC_VER
|
||||
#ifdef _MSC_VER
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif//_MSC_VER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user