Changeset 763 in dev for trunk/ab5.0/abdev/compiler_x64
- Timestamp:
- Nov 6, 2008, 10:22:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/stdafx.h
r703 r763 10 10 #include <streambuf> 11 11 #include <sstream> 12 #include <algorithm> 12 13 13 14 #include <windows.h> 14 15 #include <stdio.h> 16 #include <stdlib.h> 15 17 #include <string.h> 16 18 #include <math.h> … … 19 21 #include <limits.h> 20 22 #include <shlobj.h> 21 #include <process.h>22 #include <fcntl.h>23 #include <io.h>24 23 #include <shlwapi.h> 25 24 #include <tchar.h> 26 25 #include <stdarg.h> 26 #include <assert.h> 27 27 28 28 //boost libraries … … 58 58 #include <DataTableGenerator.h> 59 59 #include <BreakPoint.h> 60 61 #define lstrlenA strlen62 #define lstrcmpA strcmp63 #define lstrcpyA strcpy64 #define lstrcmpiA _stricmp
Note:
See TracChangeset
for help on using the changeset viewer.