Add MSVC 2010 project file and a make the project compile
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
//#include <fcntl.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef __VBCC__
|
||||
#if !defined(__VBCC__) && !defined(_MSC_VER)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
@@ -58,6 +58,10 @@
|
||||
#ifdef GRAFX2_CATCHES_SIGNALS
|
||||
#include <signal.h>
|
||||
#endif
|
||||
#ifdef _MSC_VER
|
||||
#include <stdio.h>
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include "buttons.h"
|
||||
#include "const.h"
|
||||
|
||||
Reference in New Issue
Block a user