mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
Move the TAG define.
svn path=/trunk/; revision=16081
This commit is contained in:
parent
6048617aab
commit
b76c3856ee
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,6 @@
|
||||||
#define DPRINT1 DbgPrint("(%s:%d) ", __FILE__, __LINE__), DbgPrint
|
#define DPRINT1 DbgPrint("(%s:%d) ", __FILE__, __LINE__), DbgPrint
|
||||||
#define CHECKPOINT1 DbgPrint("(%s:%d)\n")
|
#define CHECKPOINT1 DbgPrint("(%s:%d)\n")
|
||||||
|
|
||||||
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
|
|
||||||
|
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
IoAttachDeviceToDeviceStackSafe(
|
IoAttachDeviceToDeviceStackSafe(
|
||||||
IN PDEVICE_OBJECT SourceDevice,
|
IN PDEVICE_OBJECT SourceDevice,
|
||||||
|
@ -42,6 +40,8 @@
|
||||||
#error Unknown compiler!
|
#error Unknown compiler!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define TAG(A, B, C, D) (ULONG)(((A)<<0) + ((B)<<8) + ((C)<<16) + ((D)<<24))
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
dsStopped,
|
dsStopped,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue