[ros-diffs] [cgutman] 41239: - Include initguid.h so the GUIDs actually get initialized

cgutman at svn.reactos.org cgutman at svn.reactos.org
Mon Jun 1 21:03:29 CEST 2009


Author: cgutman
Date: Mon Jun  1 23:03:28 2009
New Revision: 41239

URL: http://svn.reactos.org/svn/reactos?rev=41239&view=rev
Log:
 - Include initguid.h so the GUIDs actually get initialized

Modified:
    trunk/reactos/include/ddk/ndisguid.h

Modified: trunk/reactos/include/ddk/ndisguid.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ndisguid.h?rev=41239&r1=41238&r2=41239&view=diff
==============================================================================
--- trunk/reactos/include/ddk/ndisguid.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ndisguid.h [iso-8859-1] Mon Jun  1 23:03:28 2009
@@ -23,6 +23,8 @@
 #ifndef __NDISGUID_H
 #define __NDISGUID_H
 
+#include <initguid.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif



More information about the Ros-diffs mailing list