ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

targetver.h
Go to the documentation of this file.
00001 /* PROJECT:         ReactOS sndrec32
00002  * LICENSE:         GPL - See COPYING in the top level directory
00003  * FILE:            base/applications/sndrec32/targetver.h
00004  * PURPOSE:         Sound recording
00005  * PROGRAMMERS:     Marco Pagliaricci (irc: rendar)
00006  */
00007 
00008 
00009 
00010 #pragma once
00011 
00012 
00013 #ifndef WINVER                         
00014 #define WINVER 0x0600           
00015 #endif
00016 
00017 #ifndef _WIN32_WINNT         
00018 #define _WIN32_WINNT 0x0600
00019 #endif
00020 
00021 #ifndef _WIN32_WINDOWS
00022 #define _WIN32_WINDOWS 0x0410
00023 #endif
00024 
00025 #ifndef _WIN32_IE
00026 #define _WIN32_IE 0x0700
00027 #endif

Generated on Sat May 26 2012 04:16:26 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.