Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/thirdparty/SoundTouch/include/STTypes.h')
-rw-r--r--src/thirdparty/SoundTouch/include/STTypes.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/thirdparty/SoundTouch/include/STTypes.h b/src/thirdparty/SoundTouch/include/STTypes.h
index 22907e7e5..a961eb2e7 100644
--- a/src/thirdparty/SoundTouch/include/STTypes.h
+++ b/src/thirdparty/SoundTouch/include/STTypes.h
@@ -8,10 +8,10 @@
///
////////////////////////////////////////////////////////////////////////////////
//
-// Last changed : $Date: 2014-01-07 18:24:28 +0000 (Tue, 07 Jan 2014) $
+// Last changed : $Date: 2014-04-06 15:57:21 +0000 (Sun, 06 Apr 2014) $
// File revision : $Revision: 3 $
//
-// $Id: STTypes.h 183 2014-01-07 18:24:28Z oparviai $
+// $Id: STTypes.h 195 2014-04-06 15:57:21Z oparviai $
//
////////////////////////////////////////////////////////////////////////////////
//
@@ -60,20 +60,6 @@ typedef unsigned long ulong;
#include "soundtouch_config.h"
#endif
-#ifndef _WINDEF_
- // if these aren't defined already by Windows headers, define now
-
-#if defined(__APPLE__)
- typedef signed char BOOL;
-#else
- typedef int BOOL;
-#endif
-
- #define FALSE 0
- #define TRUE 1
-
-#endif // _WINDEF_
-
namespace soundtouch
{