mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 22:30:21 +00:00
add missing include guard
svn path=/trunk/; revision=41410
This commit is contained in:
parent
0328a24e07
commit
0cd158c9c5
1 changed files with 2 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
||||||
#ifndef __WINDOT11_H__
|
#ifndef __WINDOT11_H__
|
||||||
#define __WINDOT11_H__
|
#define __WINDOT11_H__
|
||||||
|
|
||||||
|
#ifndef _NTDDNDIS_
|
||||||
#include <ntddndis.h>
|
#include <ntddndis.h>
|
||||||
|
#endif
|
||||||
#include <wlantypes.h>
|
#include <wlantypes.h>
|
||||||
|
|
||||||
/* Enumerations */
|
/* Enumerations */
|
||||||
|
|
Loading…
Reference in a new issue