Add MSVC 2010 project file and a make the project compile
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#ifndef MOUNTLIST_H_
|
||||
# define MOUNTLIST_H_
|
||||
|
||||
#if !defined(__VBCC__)
|
||||
# include <stdbool.h>
|
||||
#if !defined(__VBCC__) && !defined(_MSC_VER)
|
||||
#include <stdbool.h>
|
||||
#else
|
||||
#define bool char
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user