[vlc-commits] Skins2: no need to redefine WINNT_VERSION
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 24 12:57:54 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 24 12:57:14 2011 +0100| [78ffe0938d4f1a07a2d7650f459d6077ea2c2182] | committer: Jean-Baptiste Kempf
Skins2: no need to redefine WINNT_VERSION
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78ffe0938d4f1a07a2d7650f459d6077ea2c2182
---
modules/gui/skins2/win32/win32_factory.hpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/gui/skins2/win32/win32_factory.hpp b/modules/gui/skins2/win32/win32_factory.hpp
index af9061d..27b375a 100644
--- a/modules/gui/skins2/win32/win32_factory.hpp
+++ b/modules/gui/skins2/win32/win32_factory.hpp
@@ -25,10 +25,6 @@
#ifndef WIN32_FACTORY_HPP
#define WIN32_FACTORY_HPP
-#ifndef _WIN32_WINNT
-# define _WIN32_WINNT 0x0500
-#endif
-
#include <windows.h>
#include <shellapi.h>
// #include <wingdi.h>
More information about the vlc-commits
mailing list