diff options
Diffstat (limited to 'network/wlan/ihvsample/precomp.h')
| -rw-r--r-- | network/wlan/ihvsample/precomp.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/network/wlan/ihvsample/precomp.h b/network/wlan/ihvsample/precomp.h new file mode 100644 index 00000000..244ad664 --- /dev/null +++ b/network/wlan/ihvsample/precomp.h @@ -0,0 +1,36 @@ + +#ifndef __WLAN_IHV_SAMPLE_PRECOMP_H__ +#define __WLAN_IHV_SAMPLE_PRECOMP_H__ + + +#pragma once + +#include <driverspecs.h> +_Analysis_mode_(_Analysis_code_type_user_code_) + + +#include <windows.h> +#include <stdlib.h> +#include <wchar.h> +#include <strsafe.h> +#include <rpc.h> +#include <Winsock2.h> +#include <wlanihv.h> +#include <objbase.h> + +#include "profile.h" +#include "utils.h" +#include "ihvwep.h" +#include "ihvonexext.h" +#include "adapters.h" +#include "rc4utils.h" +#include "ihvsample.h" + +#ifdef __cplusplus +#include <new> +#endif + + + +#endif // __WLAN_IHV_SAMPLE_PRECOMP_H__ + |
