]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/common.h
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / stglibs / common.lib / common.h
index 6e9576983b5b95544a6f3ca2e40b9e18d5e39ca5..3752822aa728a067481c810d3c9ed3fa99a0314a 100644 (file)
@@ -34,8 +34,8 @@
 #endif
 #include <string>
 
-#include "os_int.h"
-#include "stg_const.h"
+#include "stg/os_int.h"
+#include "stg/const.h"
 
 #define STAT_TIME_3         (1)
 #define STAT_TIME_2         (2)
@@ -221,8 +221,10 @@ int str2x(const std::string & str, int & x);
 int str2x(const std::string & str, unsigned & x);
 int str2x(const std::string & str, long & x);
 int str2x(const std::string & str, unsigned long & x);
+#ifndef WIN32
 int str2x(const std::string & str, long long & x);
 int str2x(const std::string & str, unsigned long long & x);
+#endif
 //-----------------------------------------------------------------------------
 const std::string & x2str(unsigned x, std::string & s);
 const std::string & x2str(unsigned long x, std::string & s);