source:
trunk/DirectShowSpy/targetver.h
@
95
Last change on this file since 95 was 95, checked in by , 11 years ago | |
---|---|
|
|
File size: 355 bytes |
Line | |
---|---|
1 | //////////////////////////////////////////////////////////// |
2 | // Copyright (C) Roman Ryltsov, 2008-2011 |
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.