Moved most of the code from platform specific platform_util into a shared platform_common area

This commit is contained in:
Mark Vejvoda
2010-04-30 18:16:54 +00:00
parent 6577762297
commit c53ff62c46
14 changed files with 1092 additions and 878 deletions

View File

@@ -29,7 +29,7 @@ using std::ifstream;
using std::ios;
using std::runtime_error;
using Shared::Platform::extractExtension;
using Shared::PlatformCommon::extractExtension;
#define AS_STRING(...) #__VA_ARGS__