Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentargetver.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
1.7.6.1
|