diff options
Diffstat (limited to 'databases/usogres/files/patch-rc.h')
-rw-r--r-- | databases/usogres/files/patch-rc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/usogres/files/patch-rc.h b/databases/usogres/files/patch-rc.h new file mode 100644 index 000000000000..7f679a78ecc4 --- /dev/null +++ b/databases/usogres/files/patch-rc.h @@ -0,0 +1,11 @@ +--- src/rc.h.orig Wed Aug 20 19:04:19 2003 ++++ src/rc.h Wed Aug 20 19:07:33 2003 +@@ -29,7 +29,7 @@ + #ifdef WIN32 + typedef std::basic_string<char> string; + #else +-typedef basic_string<char> string; ++typedef std::basic_string<char> string; + #endif + + class UsogresRC { |