xref: /reactos/dll/shellext/shellbtrfs/guid.c (revision e4608f74)
1b28272c5SAmine Khaldi /* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
2b28272c5SAmine Khaldi 
3*e4608f74SHermès Bélusca-Maïto #define WIN32_NO_STATUS
4b28272c5SAmine Khaldi #define _INC_WINDOWS
5b28272c5SAmine Khaldi #define COM_NO_WINDOWS_H
6b28272c5SAmine Khaldi 
7b28272c5SAmine Khaldi #include <windef.h>
8b28272c5SAmine Khaldi #include <winbase.h>
9b28272c5SAmine Khaldi #include <initguid.h>
10b28272c5SAmine Khaldi #define DEVICE_TYPE ULONG
11b28272c5SAmine Khaldi #include <ntddstor.h>
12b28272c5SAmine Khaldi 
13b28272c5SAmine Khaldi /* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
14