Start porting to GNU compiler

This commit is contained in:
Mislav Blažević
2013-11-19 11:30:58 +01:00
parent f91bd80bc2
commit d8bd34b57e
84 changed files with 654 additions and 506 deletions
+2 -2
View File
@@ -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
}