mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
12 lines
279 B
C
12 lines
279 B
C
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <initguid.h>
|
|
#include <objbase.h>
|
|
#include <wincodecsdk.h>
|
|
|
|
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|