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.
 
 
 
 
 
 

29 lines
482 B

#ifndef __PCH_H
#define __PCH_H
#if !defined( SECURITY_WIN32 ) && !defined( SECURITY_KERNEL ) && !defined( SECURITY_MAC )
#define SECURITY_WIN32
#endif
// include header file only once
#pragma once
//
// public Windows header files
//
#include <tchar.h>
#include <windows.h>
#include <shlwapi.h>
//
// public C header files
//
#include <stdio.h>
//
// private Common header files
//
#include "cmdline.h"
#include "cmdlineres.h"
#endif // __PCH_H