source: trunk/DirectShowSpy/targetver.h @ 240

Last change on this file since 240 was 196, checked in by roman, 11 years ago

Cosmetic fixes, new .BAT names, UnregisterTreatAsClasses? export to force removal of TreatAs? keys

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