/****************************************************************************** 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 #ifdef UNICODE #ifndef _UNICODE #define _UNICODE #endif #endif #include #endif