mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
421 B
19 lines
421 B
|
|
extern CHAR szClass[];
|
|
extern int cyText;
|
|
extern int cxText;
|
|
extern BOOL fClient;
|
|
extern BOOL fServer;
|
|
extern HINSTANCE hInst;
|
|
extern HCONV pServerhConvs[MAX_SERVER_HCONVS];
|
|
extern HWND hwndMain;
|
|
extern CHAR szExecDie[];
|
|
extern CHAR szExecDisconnect[];
|
|
extern CHAR szExecRefresh[];
|
|
extern INT iAvailFormats[];
|
|
|
|
DDEFORMATTBL TestItemFormats[];
|
|
DDEITEMTBL Items[];
|
|
DDETOPICTBL Topics[];
|
|
DDESERVICETBL ServiceInfoTable[];
|
|
|