aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdash/source/targetver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdash/source/targetver.h')
-rw-r--r--src/libdash/source/targetver.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/libdash/source/targetver.h b/src/libdash/source/targetver.h
new file mode 100644
index 00000000..2adeccf9
--- /dev/null
+++ b/src/libdash/source/targetver.h
@@ -0,0 +1,18 @@
+/*
+ * targetver.h
+ *****************************************************************************
+ * Copyright (C) 2012, bitmovin Softwareentwicklung OG, All Rights Reserved
+ *
+ * Email: libdash-dev@vicky.bitmovin.net
+ *
+ * This source code and its use and distribution, is subject to the terms
+ * and conditions of the applicable license agreement.
+ *****************************************************************************/
+
+#pragma once
+
+#if defined _WIN32 || defined _WIN64
+
+#include <SDKDDKVer.h>
+
+#endif \ No newline at end of file