summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 17:26:23 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 17:26:23 +0100
commit2574dcae69f0086a2b43b4b8e22109e022552ab5 (patch)
treea313c5b7a3dc1487bb7dd70a1241a729f0800d02
parent7a2a3c21d5fe8c94e6c6a75c9186f91c9905a222 (diff)
DCP-o-matic already defines WIN32_LEAN_AND_MEAN; fix warning about this.
-rw-r--r--src/asdcp/KM_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asdcp/KM_platform.h b/src/asdcp/KM_platform.h
index 9b9e4a9..3f559eb 100644
--- a/src/asdcp/KM_platform.h
+++ b/src/asdcp/KM_platform.h
@@ -40,7 +40,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# endif
# ifdef KM_WIN32
-# define WIN32_LEAN_AND_MEAN
# define VC_EXTRALEAN
# include <windows.h>
# include <stdlib.h>