/* * CryptoHelperWindows.h * * Created on: Sep 14, 2014 * */ #ifndef CRYPTOHELPERWINDOWS_H_ #define CRYPTOHELPERWINDOWS_H_ #define _WIN32_WINNT 0x0400 #include #include #include #include "../CryptoHelper.h" namespace license { class CryptoHelperWindows: public CryptoHelper { public: CryptoHelperWindows(); virtual ~CryptoHelperWindows(); }; } /* namespace license */ #endif /* CRYPTOHELPERWINDOWS_H_ */