DCP-o-matic already defines WIN32_LEAN_AND_MEAN; fix warning about this.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 16:26:23 +0000 (17:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Feb 2020 16:26:23 +0000 (17:26 +0100)
src/asdcp/KM_platform.h

index 9b9e4a9c67eb352e0548e3e71ed0a6ab765d0ea5..3f559eb5251fa70ed0b16dd2ec24772ad385c7a8 100644 (file)
@@ -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>