#define VER_FILETYPE             VFT_DLL
#define VER_FILESUBTYPE          VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR  "HTTP Basic Security DLL"
#define VER_INTERNALNAME_STR     "SecBasic"
#define VER_LEGALCOPYRIGHT_YEARS "1995-1996"
#define VER_ORIGINALFILENAME_STR "SECBASIC.DLL"

#if WINNT
#include <winver.h>
#include <ntverp.h>
#include <iexplore.ver>
#else
#include <oharever.h>
#endif
#include <common.ver>