blob: 2adeccf96fb56c16d3a16f3e7d44e164d911a3df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|