comparison loader/dshow/libwin32.h @ 2073:8500ef44bf5c

stdlib.h added
author arpi
date Thu, 04 Oct 2001 14:47:38 +0000
parents 4b3f3f850896
children 004e3199fee0
comparison
equal deleted inserted replaced
2072:4b3f3f850896 2073:8500ef44bf5c
33 #include <wine/vfw.h> 33 #include <wine/vfw.h>
34 #include <com.h> 34 #include <com.h>
35 #include <stdarg.h> 35 #include <stdarg.h>
36 //#include <string> 36 //#include <string>
37 #include <stdio.h> 37 #include <stdio.h>
38 #include <stdlib.h>
38 39
39 typedef unsigned int uint_t; // use as generic type - 40 typedef unsigned int uint_t; // use as generic type -
40 41
41 typedef unsigned int fourcc_t; 42 typedef unsigned int fourcc_t;
42 43