mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
32b32d8f3d
query installed (win32) compressors. Started on AVIFILE support.
21 lines
407 B
C
21 lines
407 B
C
#ifndef __guid_h_
|
|
#define __guid_h_
|
|
|
|
#define INITGUID
|
|
|
|
/* FIXME: we include all the header files containing GUIDs
|
|
* so that the corresponding variables get defined. But they
|
|
* don't even all belong to the same DLL !!!
|
|
*/
|
|
#include "oleobj.h"
|
|
#include "objbase.h"
|
|
#include "servprov.h"
|
|
#include "ddraw.h"
|
|
#include "d3d.h"
|
|
#include "dinput.h"
|
|
#include "dsound.h"
|
|
#include "dplay.h"
|
|
#include "vfw.h"
|
|
|
|
#endif
|