home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
VSCPPv8.zip
/
VACPP
/
IBMCPP
/
samples
/
TOOLKIT
/
OS2
/
QUEUES
/
CLIQGLBL.H
< prev
next >
Wrap
Text File
|
1995-04-24
|
774b
|
15 lines
/*==============================================================*\
* cliqglbl.h - extern declarations of global variables
* Copyright 1991 IBM Corp.
*
\*==============================================================*/
/*--------------------------------------------------------------*\
* Global variables *
\*--------------------------------------------------------------*/
extern HWND hwndMainFrame; /* handle to the main frame window */
extern HWND hwndMain; /* handle to the main client window */
extern HAB hab; /* anchor block for the process */
extern BOOL fHelpEnabled; /* flag to determine if help is enabled */
extern BOOL fThrdsDead;