summaryrefslogtreecommitdiff
path: root/databases/usogres/files/patch-rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/usogres/files/patch-rc.h')
-rw-r--r--databases/usogres/files/patch-rc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/usogres/files/patch-rc.h b/databases/usogres/files/patch-rc.h
deleted file mode 100644
index 7f679a78ecc4..000000000000
--- a/databases/usogres/files/patch-rc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 {