From 84f237df44095fb2799d241df63ade90bcae5c54 Mon Sep 17 00:00:00 2001 From: smen Date: Mon, 19 Jul 2021 15:59:52 +0200 Subject: [PATCH] Patch level : 12.0 nopatch Files correlati : Commento : Aggiunta funzione GUID --- src/include/xvtility.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/xvtility.h b/src/include/xvtility.h index 2a83146f3..3b2eea159 100755 --- a/src/include/xvtility.h +++ b/src/include/xvtility.h @@ -81,4 +81,7 @@ PEN_STYLE trans_pen (char p); extern short CHARX, CHARY, ROWY; +#define UUID GUID +const char * GUID() { return xvt_GUID(); } + #endif