ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stdafx.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.