From c2cdf0c763665a17a95f594ca71f7b462f2706b4 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 4 May 2011 22:42:23 -0400 Subject: [PATCH] [sm130futures] Not as much to change with pcre. --- src/RageUtil.cpp | 2 +- src/StepMania-net2008.vcproj | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/RageUtil.cpp b/src/RageUtil.cpp index a6428a7f6b..8443b88f7d 100644 --- a/src/RageUtil.cpp +++ b/src/RageUtil.cpp @@ -1280,7 +1280,7 @@ bool GetFileContents( const RString &sFile, vector &asOut ) return true; } -#include "pcre/pcre.h" +#include "../extern/pcre/pcre.h" void Regex::Compile() { const char *error; diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index 6beffd0d80..b12ffdfd1d 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -50,7 +50,7 @@