From a433979bd7b5efa6db59d6907b313f2ff9553f2a Mon Sep 17 00:00:00 2001 From: sauron Date: Thu, 25 Feb 2021 17:49:30 +0900 Subject: [PATCH] edit ZMainHead.H a bit --- ZCppMain/ZMainHead.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index aa96778..c33ab62 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -481,6 +481,9 @@ namespace ZNsMain typedef long ZTypIntL ; typedef short ZTypIntS ; + typedef long ZTypLong ; + typedef short ZTypShort ; + typedef int8_t ZTypInt8 ; typedef int16_t ZTypInt16 ; typedef int32_t ZTypInt32 ;