1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
/*******************************************************************************
* $File: //depot/public/povray/3.x/windows/winprecomp.h $
* $Revision: #1 $
* $Change: 6069 $
* $DateTime: 2013/11/06 11:59:40 $
* $Author: chrisc $
*******************************************************************************/
#define POVWIN_FILE
#define _CRT_RAND_S
#define _WIN32_IE COMMONCTRL_VERSION
#include <cassert>
#include <cctype>
#include <cmath>
#include <cstdlib>
#include <exception>
#include <list>
#include <map>
#include <new>
#include <set>
#include <stack>
#include <stdexcept>
#include <string>
#include <vector>
#include <direct.h>
#include <excpt.h>
#include <io.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <string.h>
#include <float.h>
#include <intrin.h>
#include <limits.h>
#include <malloc.h>
#include <windows.h>
#include <commctrl.h>
#include <htmlhelp.h>
#include <boost/bind.hpp>
#include <boost/format.hpp>
#include <boost/function.hpp>
#include <boost/functional/hash/hash.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/thread/condition.hpp>
#include <boost/unordered_map.hpp>
#include <boost/weak_ptr.hpp>
|