From: Amine Khaldi Date: Tue, 24 Dec 2013 20:58:27 +0000 (+0000) Subject: [USBSTOR] X-Git-Tag: ReactOS-0.3.16~469 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c13ce549c93cd20a9816a2ff3e2eeeecf9ce3b0f [USBSTOR] * Define INITGUID in the main header. CORE-7716 svn path=/trunk/; revision=61381 --- diff --git a/reactos/drivers/usb/usbstor/usbstor.c b/reactos/drivers/usb/usbstor/usbstor.c index 53c5481694d..41a527fd971 100644 --- a/reactos/drivers/usb/usbstor/usbstor.c +++ b/reactos/drivers/usb/usbstor/usbstor.c @@ -10,7 +10,6 @@ /* INCLUDES ******************************************************************/ -#define INITGUID #include "usbstor.h" #define NDEBUG diff --git a/reactos/drivers/usb/usbstor/usbstor.h b/reactos/drivers/usb/usbstor/usbstor.h index 2da1b1a8486..fa2dbc2a8bb 100644 --- a/reactos/drivers/usb/usbstor/usbstor.h +++ b/reactos/drivers/usb/usbstor/usbstor.h @@ -1,6 +1,8 @@ #pragma once +#define INITGUID + #include #include #include