*** empty log message ***

svn path=/trunk/boinc/; revision=4469
This commit is contained in:
Rom Walton 2004-11-01 21:00:17 +00:00
parent a5220c0234
commit 1942e247e3
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#ifndef __STDWX_H__
#define __STDWX_H__
#ifdef __WIN32__
// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
@ -42,6 +45,8 @@
#define _WIN32_IE 0x0501 // Change this to the appropriate value to target IE 6.0 or later.
#endif
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"