Files
Cluster/clusterApp/include/InsTask/CduCommunication.h

20 lines
395 B
C
Raw Normal View History

2026-04-17 18:22:45 +08:00
#ifndef CDUCOMMUNICATION_H_INCLUDED
#define CDUCOMMUNICATION_H_INCLUDED
#include <InsTask.h>
extern Bool globAppQuit;
extern Bool globIpv6_NetworkInstalled;
extern volatile UInt32 CduComSrvPnt;
#ifdef COMPILE_IN_WINDOWS
#include <windows.h>
extern HINSTANCE globHInstance;
#endif // COMPILE_IN_WINDOWS
extern const InsTask gCduCommunication;
#endif // CDUCOMMUNICATION_H_INCLUDED