source: trunk/DirectShowSpy/BdaHooks/targetver.h @ 98

Last change on this file since 98 was 95, checked in by roman, 12 years ago

DirectShowSpy? moved from Assembla

  • Property svn:keywords set to Id
File size: 355 bytes
Line 
1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2009
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: targetver.h 95 2012-08-17 17:21:13Z roman $
6
7#pragma once
8
9#define WINVER                  0x0600       
10#define _WIN32_WINNT    0x0600 
11#define _WIN32_WINDOWS  0x0410
12#define _WIN32_IE               0x0700     
13#define _RICHEDIT_VER   0x0200  // RichEdit 2.0
Note: See TracBrowser for help on using the repository browser.