Start porting to GNU compiler
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <getopt.h>
|
||||
#define _access access
|
||||
#define _strdup strdup
|
||||
#endif
|
||||
|
||||
#include "types.h"
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@ namespace scetool{
|
||||
typedef __int64 s64;
|
||||
typedef unsigned __int64 u64;
|
||||
#else
|
||||
typedef long long int scetool::s64;
|
||||
typedef unsigned long long int scetool::u64;
|
||||
typedef long long int s64;
|
||||
typedef unsigned long long int u64;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user