ReactOS 0.4.15-dev-7924-g5949c20
sys_spec.cpp
Go to the documentation of this file.
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.
6/*************************************************************************
7*
8* File: Sys_Spec.cpp
9*
10* Module: UDF File System Driver
11* (both User and Kernel mode execution)
12*
13* Description:
14* Contains system-secific code
15*
16*************************************************************************/
17
18
19#include "udffs.h"
20// define the file specific bug-check id
21#define UDF_BUG_CHECK_ID UDF_FILE_SYS_SPEC
22
24
25//#include "Include/tools.cpp"