Mercurial > hg > aimc
diff src/Support/SimpleIni.h @ 52:e914b02b31b0
- Hacks to get a basic AIM-C compiling on windows
author | tomwalters |
---|---|
date | Thu, 22 Jul 2010 04:24:55 +0000 |
parents | 582cbe817f2c |
children | 256caa099e32 |
line wrap: on
line diff
--- a/src/Support/SimpleIni.h Thu Jul 22 04:14:20 2010 +0000 +++ b/src/Support/SimpleIni.h Thu Jul 22 04:24:55 2010 +0000 @@ -5,7 +5,7 @@ <tr><th>File <td>SimpleIni.h <tr><th>Author <td>Brodie Thiesfield [code at jellycan dot com] <tr><th>Source <td>http://code.jellycan.com/simpleini/ - <tr><th>Version <td>4.12 + <tr><th>Version <td>4.13 </table> Jump to the @link CSimpleIniTempl CSimpleIni @endlink interface documentation. @@ -1878,7 +1878,7 @@ if (a_pComment) { oKey.pComment = a_pComment; } - typename TKeyVal::value_type oEntry(oKey, NULL); + typename TKeyVal::value_type oEntry(oKey, (const SI_CHAR *) NULL); iKey = keyval.insert(oEntry); bInserted = true; }