stdafx.h
changeset 858 329ff519fb45
parent 796 42a3669a939f
child 915 013cb2d74800
equal deleted inserted replaced
857:0fbb53269a10 858:329ff519fb45
    18 #include <stdio.h>
    18 #include <stdio.h>
    19 #include <assert.h>
    19 #include <assert.h>
    20 #include <string.h>
    20 #include <string.h>
    21 #include <stdlib.h>
    21 #include <stdlib.h>
    22 
    22 
    23 #if defined(UNIX)
    23 #if defined(UNIX) || defined(__MINGW32__)
    24 #	include <sys/types.h>
    24 #	include <sys/types.h>
    25 #endif
    25 #endif
    26 
    26 
    27 #if defined(__OS2__)
    27 #if defined(__OS2__)
    28 #	include <types.h>
    28 #	include <types.h>