[USBSTOR]

* Define INITGUID in the main header.
CORE-7716

svn path=/trunk/; revision=61381
This commit is contained in:
Amine Khaldi 2013-12-24 20:58:27 +00:00
parent 9c1738cd73
commit c13ce549c9
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,6 @@
/* INCLUDES ******************************************************************/
#define INITGUID
#include "usbstor.h"
#define NDEBUG

View file

@ -1,6 +1,8 @@
#pragma once
#define INITGUID
#include <ntddk.h>
#include <usbdi.h>
#include <hubbusif.h>