summaryrefslogtreecommitdiff
path: root/Source/Core/Common
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-05-07 21:16:52 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-05-07 21:16:52 +0000
commitb0ea0f349b02d6b3d41a11468f0ea16cdf9611fe (patch)
tree06df08111823be4809652309ea4422a23bc0520b /Source/Core/Common
parent9414d020119d20aad3777c94000d0d22b46c1b5c (diff)
disable sysconf progressive scan by default, fix discrepancies between some corestartup parameters and sysconf settings
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3172 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
-rw-r--r--Source/Core/Common/Src/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Thread.h b/Source/Core/Common/Src/Thread.h
index 61e69509a1..509c5fe7af 100644
--- a/Source/Core/Common/Src/Thread.h
+++ b/Source/Core/Common/Src/Thread.h
@@ -164,4 +164,4 @@ LONG SyncInterlockedIncrement(LONG *Dest);
} // namespace Common
-#endif // _STRINGUTIL_H_
+#endif // _THREAD_H_