// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <share.h>
#include "p4map-api.h"
#include "p4bridge-api.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#ifndef P4INT64
#define P4INT64 __int64
#endif