*** empty log message ***

svn path=/trunk/boinc/; revision=8695
This commit is contained in:
Rom Walton 2005-10-18 00:34:20 +00:00
parent eca15d785f
commit 2755e0df53
2 changed files with 12 additions and 0 deletions

View File

@ -17,6 +17,10 @@
// or write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_)
#include "boinc_win.h"
#endif
#include "boinc_api.h"
#include "graphics_impl.h"
#include "graphics_api.h"

View File

@ -13197,3 +13197,11 @@ Rom 17 Oct 2005 (HEAD, staging, stable, boinc_core_release)
Rom 17 Oct 2005 (stable)
- Tag for 5.2.2 release, all platforms
boinc_core_release_5_2_2
Rom 17 Oct 2005
- Bug Fix: graphics_api.C needed to include boinc_win.h before the other
header files so that data types like HANDLE and HINSTANCE can be
resolved correctly.
api/
graphics_api.C