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.
43 lines
997 B
43 lines
997 B
#include "stdinc.h" // actually from dll\whistler directory
|
|
#include "nt.h"
|
|
#include "ntrtl.h"
|
|
#include "nturtl.h"
|
|
#include "windows.h"
|
|
#include "fusionlastwin32error.h"
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
#pragma warning(push)
|
|
#pragma warning(disable: 4511)
|
|
#pragma warning(disable: 4512)
|
|
#pragma warning(disable: 4663)
|
|
#include <yvals.h>
|
|
#pragma warning(disable: 4663)
|
|
#include <string>
|
|
#include <deque>
|
|
#include <vector>
|
|
#pragma warning(pop)
|
|
#include "fusionbuffer.h"
|
|
#include "fusion.h"
|
|
#include "sxsasmname.h"
|
|
#include "util.h"
|
|
#include "filestream.cpp"
|
|
#include "sxsapi.h"
|
|
#include "fusiontrace.h"
|
|
#include "cresourcestream.cpp"
|
|
#include "cmemorystream.cpp"
|
|
#include "wintrust.h"
|
|
#include "softpub.h"
|
|
#include "perfclocking.h"
|
|
#include "strongname.h"
|
|
#include "fusionversion.h"
|
|
|
|
extern "C" int __cdecl wmain(int argc, wchar_t** argv)
|
|
{
|
|
int iReturnStatus = EXIT_FAILURE;
|
|
|
|
|
|
return iReturnStatus;
|
|
}
|
|
|