acl/lib_rpc/samples/fstream/stdafx.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

22 lines
377 B
C

// 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 <stdio.h>
//#include <tchar.h>
// TODO: reference additional headers your program requires here
#include "lib_acl.h"
#ifdef WIN32
#define snprintf _snprintf
#endif