Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstdafx.h
Go to the documentation of this file.
00001 #include "config.h" 00002 00003 extern "C" { 00004 00005 #include <ntddk.h> 00006 00007 }; 00008 #include "stddef.h" 00009 #include "stdarg.h" 00010 00011 #include "inc/CrossNt.h" 00012 00013 #include "atapi.h" // includes scsi.h 00014 #include "ntdddisk.h" 00015 #include "ntddscsi.h" 00016 #include "bsmaster.h" 00017 #include "uniata_ver.h" 00018 #include "id_sata.h" 00019 00020 #ifndef UNIATA_CORE 00021 00022 #include "id_queue.h" 00023 00024 #ifdef ExAllocatePool 00025 #undef ExAllocatePool 00026 #endif 00027 #define TAG_UNIATA 'ataU' 00028 #define ExAllocatePool(a,b) ExAllocatePoolWithTag(a,b,TAG_UNIATA) 00029 00030 #endif //UNIATA_CORE 00031 00032 #include "badblock.h" 00033 Generated on Sat May 26 2012 04:15:52 for ReactOS by
1.7.6.1
|