- Include initguid.h so the GUIDs actually get initialized

svn path=/trunk/; revision=41239
This commit is contained in:
Cameron Gutman 2009-06-01 19:03:28 +00:00
parent 2d1234a73d
commit dc6b09d85a

View file

@ -23,6 +23,8 @@
#ifndef __NDISGUID_H
#define __NDISGUID_H
#include <initguid.h>
#ifdef __cplusplus
extern "C" {
#endif