Clone
ixen <ixen@copyhandler.com>
committed
on 18 Mar 19
Fixed linker error (too many includes removed) (CH-339)
ch-1.40 + 2 more
src/chext/StdAfx.h (+1 -0)
11 11 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
12 12 *   GNU General Public License for more details.                          *
13 13 *                                                                         *
14 14 *   You should have received a copy of the GNU Library General Public     *
15 15 *   License along with this program; if not, write to the                 *
16 16 *   Free Software Foundation, Inc.,                                       *
17 17 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18 18 ***************************************************************************/
19 19 #ifndef __STDAFX_H__
20 20 #define __STDAFX_H__
21 21
22 22 #define STRICT
23 23 #define _CRT_RAND_S
24 24
25 25 #include "../common/targetver.h"
26 26
27 27 #include <tchar.h>
28 28
29 29 #include "resource.h"
30 30 #include <ShlObj.h>
  31 #include <comdef.h>
31 32
32 33 #include <vector>
33 34 #include <set>
34 35
35 36 #include <boost/thread/shared_mutex.hpp>
36 37
37 38 #endif