2001-28-02 23:41 GMT+1 JFL (Mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-02-28 22:45:51 +00:00
parent ed06b0ec4c
commit c5b537afaa
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2001-28-02 23:41 GMT+1 JFL (Mafact) <jfl@mafact.com>
*harbour/include/hb_class.ch
* Reset :Class within the control of Class(y) define
so as anyone can disable it as needed.
2001-02-28 00:05 UTC-0800 Ron Pinkas <ron@profit-master.com>
* source/rtl/filesys.c
* Temporarily changed all #if defined(__WIN32__) to #if defined(X__WIN32__) to disable

View File

@@ -166,8 +166,11 @@ DECLARE TClass ;
/* Disable the message :Class */
#ifndef HB_CLS_ALLOWCLASS
/* CLASSY SYNTAX */
#IFDEF HB_CLS_CSY
#xtranslate :CLASS =>
#xtranslate :CLASS: => :
endif
#endif
/* CLASSY SYNTAX */