diff --git a/include/WinStd/EAP.h b/include/WinStd/EAP.h index 000122dc..9c8875a7 100644 --- a/include/WinStd/EAP.h +++ b/include/WinStd/EAP.h @@ -24,6 +24,8 @@ #include #include // Must include after +#include + namespace winstd { /// @@ -44,11 +46,21 @@ namespace winstd /// struct WINSTD_API EapHostPeerFreeMemory_delete; + /// + /// EapHost BLOB wrapper class + /// + typedef std::unique_ptr WINSTD_API eap_blob; + /// /// Deleter for unique_ptr to EAP_ERROR using EapHostPeerFreeEapError /// struct WINSTD_API EapHostPeerFreeErrorMemory_delete; + /// + /// EAP_ERROR wrapper class + /// + typedef std::unique_ptr WINSTD_API eap_error; + /// /// EAP_ATTRIBUTE wrapper class ///