Author: janderwald
Date: Sat Feb 21 10:14:00 2015
New Revision: 66380
URL:
http://svn.reactos.org/svn/reactos?rev=66380&view=rev
Log:
[PSDK]
- fix build
Modified:
trunk/reactos/include/ddk/swenum.h
Modified: trunk/reactos/include/ddk/swenum.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/swenum.h?rev=6…
==============================================================================
--- trunk/reactos/include/ddk/swenum.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/swenum.h [iso-8859-1] Sat Feb 21 10:14:00 2015
@@ -23,7 +23,7 @@
#define BUSID_SoftwareDeviceEnumerator KSMEDIUMSETID_Standard
#else
#define STATIC_BUSID_SoftwareDeviceEnumerator \
- 0x4747B320L, 0x62CE, 0x11CF, 0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00
+ 0x4747B320L, 0x62CE, 0x11CF, {0xA5, 0xD6, 0x28, 0xDB, 0x04, 0xC1, 0x00, 0x00}
#endif /* _KS_ */
#ifdef _NTDDK_