comparison loader/dshow/libwin32.h @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents 0f1b5b68af32
children
comparison
equal deleted inserted replaced
30169:73458c7f5957 30170:008338d7679f
4 #define VFW_E_NOT_RUNNING 0x80040226 4 #define VFW_E_NOT_RUNNING 0x80040226
5 5
6 #include <inttypes.h> 6 #include <inttypes.h>
7 7
8 //#define FATAL(a) // you don't need exception - if you want - just fill more code 8 //#define FATAL(a) // you don't need exception - if you want - just fill more code
9 #include "wine/mmreg.h" 9 #include "loader/wine/mmreg.h"
10 #include "wine/winreg.h" 10 #include "loader/wine/winreg.h"
11 #include "wine/vfw.h" 11 #include "loader/wine/vfw.h"
12 #include "com.h" 12 #include "loader/com.h"
13 13
14 typedef uint32_t fourcc_t; 14 typedef uint32_t fourcc_t;
15 15
16 /* 16 /*
17 typedef struct FatalError 17 typedef struct FatalError