Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
447 B

#ifndef _PCH_H
#define _PCH_H
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <stdio.h>
#include <tchar.h>
#include <objbase.h>
#include <sti.h>
#include <assert.h>
#include <windows.h>
#include <stierr.h>
#define INITGUID
#include "initguid.h"
#include <stiusd.h>
#pragma intrinsic(memcmp,memset)
#include "resource.h"
#include "wiamindr.h"
#include "fscanapi.h"
#include "scanapi.h"
#endif