From ff84ad1dc33d9f8a58fdd24805560256a423fac1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 31 Oct 2002 19:02:26 +0000 Subject: [PATCH] Oops. Implemented Trim* with STL calls and forgot that I hadn't committed the activation. StdString seems to be working well enough, so I'll just turn it on ... --- stepmania/src/StdAfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index 7227dfc466..aae0fd501f 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -55,7 +55,7 @@ using namespace std; #endif #include -#if 0 +#if 1 #include "StdString.h"