Ignore:
Timestamp:
Nov 6, 2008, 10:22:26 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

#228試行

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x64/stdafx.h

    r703 r763  
    1010#include <streambuf>
    1111#include <sstream>
     12#include <algorithm>
    1213
    1314#include <windows.h>
    1415#include <stdio.h>
     16#include <stdlib.h>
    1517#include <string.h>
    1618#include <math.h>
     
    1921#include <limits.h>
    2022#include <shlobj.h>
    21 #include <process.h>
    22 #include <fcntl.h>
    23 #include <io.h>
    2423#include <shlwapi.h>
    2524#include <tchar.h>
    2625#include <stdarg.h>
     26#include <assert.h>
    2727
    2828//boost libraries
     
    5858#include <DataTableGenerator.h>
    5959#include <BreakPoint.h>
    60 
    61 #define lstrlenA strlen
    62 #define lstrcmpA strcmp
    63 #define lstrcpyA strcpy
    64 #define lstrcmpiA _stricmp
Note: See TracChangeset for help on using the changeset viewer.