mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
12 lines
314 B
C
12 lines
314 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: BtrFS FSD for ReactOS
|
|
* FILE: drivers/filesystems/btrfs/guid.c
|
|
* PURPOSE: GUID glue
|
|
* PROGRAMMERS: Pierre Schweitzer <[email protected]>
|
|
*/
|
|
|
|
#include <ntifs.h>
|
|
#include <initguid.h>
|
|
#include <ntddstor.h>
|