Mercurial > hg > aimc
comparison src/Support/Parameters.cc @ 163:c155e7fbe76e
- Hacks to get a basic AIM-C compiling on windows
author | tomwalters |
---|---|
date | Thu, 22 Jul 2010 04:24:55 +0000 |
parents | 9fcf55c040fe |
children |
comparison
equal
deleted
inserted
replaced
162:9fcf55c040fe | 163:c155e7fbe76e |
---|---|
28 #include <stdlib.h> | 28 #include <stdlib.h> |
29 #include <string.h> | 29 #include <string.h> |
30 | 30 |
31 #include "Support/Common.h" | 31 #include "Support/Common.h" |
32 #include "Support/Parameters.h" | 32 #include "Support/Parameters.h" |
33 | |
34 #ifdef _MSC_VER | |
35 #define snprintf _snprintf | |
36 #endif | |
33 | 37 |
34 namespace aimc { | 38 namespace aimc { |
35 const char *Parameters::m_SDefaultIniSection = ""; | 39 const char *Parameters::m_SDefaultIniSection = ""; |
36 | 40 |
37 Parameters::Parameters() { | 41 Parameters::Parameters() { |