You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
485 B
C
23 lines
485 B
C
|
5 years ago
|
/******************************************************************************
|
||
|
|
Copyright(C):2015~2018 hzleaper
|
||
|
|
FileName:zsystem.h
|
||
|
|
Author:zhikun wu
|
||
|
|
Email:zk.wu@hzleaper.com
|
||
|
|
Tools:vs2010 pc on company
|
||
|
|
Created:2015/05/18
|
||
|
|
History:18:5:2015 15:15
|
||
|
|
*******************************************************************************/
|
||
|
|
#ifndef _Z_SYSTEM_H
|
||
|
|
#define _Z_SYSTEM_H
|
||
|
|
|
||
|
|
#include <Windows.h>
|
||
|
|
|
||
|
|
#ifdef UNICODE
|
||
|
|
#ifndef _UNICODE
|
||
|
|
#define _UNICODE
|
||
|
|
#endif
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#include <tchar.h>
|
||
|
|
|
||
|
|
#endif
|