mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
30 lines
625 B
C
30 lines
625 B
C
|
#ifndef _SHELLBTRFS_PRECOMP_H_
|
||
|
#define _SHELLBTRFS_PRECOMP_H_
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <stdio.h>
|
||
|
#include <string>
|
||
|
#include <sys/stat.h>
|
||
|
#define WIN32_NO_STATUS
|
||
|
#include <windows.h>
|
||
|
#define STRSAFE_NO_DEPRECATE
|
||
|
#include <strsafe.h>
|
||
|
#define NO_SHLWAPI_STRFCNS
|
||
|
#include <shlwapi.h>
|
||
|
#include <ntddstor.h>
|
||
|
#include <ndk/iofuncs.h>
|
||
|
#include <ndk/rtlfuncs.h>
|
||
|
#include <shlobj.h>
|
||
|
#include <shellext.h>
|
||
|
#include <btrfsioctl.h>
|
||
|
#include <uxtheme.h>
|
||
|
|
||
|
#include "contextmenu.h"
|
||
|
#include "factory.h"
|
||
|
#include "iconoverlay.h"
|
||
|
#include "propsheet.h"
|
||
|
#include "resource.h"
|
||
|
#include "volpropsheet.h"
|
||
|
|
||
|
#endif /* _SHELLBTRFS_PRECOMP_H_ */
|