[RTL][NTDLL]
[reactos.git] / reactos / drivers / filesystems / udfs / wcache.cpp
1 ////////////////////////////////////////////////////////////////////
2 // Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
3 // All rights reserved
4 // This file was released under the GPLv2 on June 2015.
5 ////////////////////////////////////////////////////////////////////
6 #include "udffs.h"
7
8 // define the file specific bug-check id
9 #define UDF_BUG_CHECK_ID UDF_FILE_WCACHE
10
11 #include "Include/wcache_lib.cpp"