Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
488 B

#undef UNICODE // ## Not Yet
#include <windows.h>
#include <windef.h>
#include <malloc.h>
#include <string.h>
#include <time.h>
#include <wtypes.h>
#ifndef WIN95
#include "assert.h"
#endif
#ifdef SECDBG // ITV Security
#define NTAGDEBUG // Turn on internal debugging
#else // SECDBG
#ifndef ASSERT
#define ASSERT(x) // default to base
#endif
#endif // SECDBG
#include "scp.h"
#include "rsa.h"
#include "ntagimp1.h"
#include "manage.h"
#include "cppapi.h"
#pragma hdrstop