*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19990808-23:33 EDT Paul Tucker <ptucker@sympatico.ca>
|
||||
* source/rtl/gt/gtwin.c
|
||||
+ add missing =
|
||||
|
||||
19990808-03:00 GMT+1 Victor Szel <info@szelvesz.hu>
|
||||
* source/rtl/codebloc.c
|
||||
source/rtl/itemapi.c
|
||||
|
||||
@@ -433,7 +433,7 @@ void hb_gt_DispBegin(void)
|
||||
&srWin); /* screen buffer rectangle to read from */
|
||||
|
||||
/* store current handle */
|
||||
if( ( HStealth = INVALID_HANDLE_VALUE ) )
|
||||
if( HStealth == INVALID_HANDLE_VALUE )
|
||||
{
|
||||
HStealth = CreateConsoleScreenBuffer(
|
||||
GENERIC_READ | GENERIC_WRITE, /* Access flag */
|
||||
|
||||
Reference in New Issue
Block a user