Last change
on this file since 700 was 700, checked in by イグトランス (egtra), 16 years ago |
CRequireFilesの管理をhash_setベースへ。保存時にFileIndexの記録を行っていなかった問題を修正。rev.669でコミットし忘れのcompiler_x86/NumOpe.cppを追加。
|
File size:
735 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 | #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
|
---|
3 |
|
---|
4 | #include <map>
|
---|
5 | #include <string>
|
---|
6 | #include <vector>
|
---|
7 | #include <fstream>
|
---|
8 | #include <iostream>
|
---|
9 |
|
---|
10 | #include <windows.h>
|
---|
11 | #include <stdio.h>
|
---|
12 | #include <string.h>
|
---|
13 | #include <math.h>
|
---|
14 | #include <commctrl.h>
|
---|
15 | #include <time.h>
|
---|
16 | #include <limits.h>
|
---|
17 | #include <shlobj.h>
|
---|
18 | #include <process.h>
|
---|
19 | #include <fcntl.h>
|
---|
20 | #include <io.h>
|
---|
21 |
|
---|
22 | //boost libraries
|
---|
23 | #include <boost/foreach.hpp>
|
---|
24 | #include <boost/serialization/serialization.hpp>
|
---|
25 | #include <boost/serialization/nvp.hpp>
|
---|
26 | #include <boost/serialization/export.hpp>
|
---|
27 |
|
---|
28 | #include <jenga/include/jenga.h>
|
---|
29 |
|
---|
30 | #include "include/ab_common.h"
|
---|
31 |
|
---|
32 | size_t strlenSSE2(const char *);
|
---|
33 | #define strlen strlenSSE2
|
---|
34 | #define lstrlenA strlenSSE2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.