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/VirtualDub/h/vd2/system/VDString.h')
-rw-r--r--src/thirdparty/VirtualDub/h/vd2/system/VDString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdparty/VirtualDub/h/vd2/system/VDString.h b/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
index 941ea08a9..88d05706d 100644
--- a/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
+++ b/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
@@ -655,6 +655,8 @@ inline VDStringA operator+(const VDStringA& str, char c) {
return result;
}
+// Start patch MPC-HC
+/*
namespace std {
template<>
struct less<VDStringA> : binary_function<VDStringA, VDStringA, bool> {
@@ -663,6 +665,8 @@ namespace std {
}
};
}
+*/
+// End patch MPC-HC
///////////////////////////////////////////////////////////////////////////