ReactOS 0.4.15-dev-7934-g1dc8d80
stdafx.h File Reference
#include "config.h"
#include <ntddk.h>
#include "stddef.h"
#include "stdarg.h"
#include "inc/CrossNt.h"
#include "atapi.h"
#include "ntdddisk.h"
#include "ntddscsi.h"
#include "bsmaster.h"
#include "uniata_ver.h"
#include "id_sata.h"
#include "id_queue.h"
#include "badblock.h"
Include dependency graph for stdafx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TAG_UNIATA   'ataU'
 
#define ExAllocatePool(a, b)   ExAllocatePoolWithTag(a,b,TAG_UNIATA)
 

Macro Definition Documentation

◆ ExAllocatePool

#define ExAllocatePool (   a,
  b 
)    ExAllocatePoolWithTag(a,b,TAG_UNIATA)

Definition at line 28 of file stdafx.h.

◆ TAG_UNIATA

#define TAG_UNIATA   'ataU'

Definition at line 27 of file stdafx.h.