diff options
Diffstat (limited to 'games/uclient/files/patch-ae')
-rw-r--r-- | games/uclient/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/uclient/files/patch-ae b/games/uclient/files/patch-ae new file mode 100644 index 000000000000..529c159f43f7 --- /dev/null +++ b/games/uclient/files/patch-ae @@ -0,0 +1,13 @@ +--- modules/console.h.orig Wed Mar 28 01:59:27 2001 ++++ modules/console.h Wed Mar 28 01:59:17 2001 +@@ -30,10 +30,8 @@ + + #include <uta/multilineedit.h> + +-#ifdef __WIN32__ + #undef stdout + #undef stderr +-#endif + + /// + class LogWindow : public Screen |