Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef ServiceInitH
|
||||
#define ServiceInitH
|
||||
|
||||
#ifdef _SERVICEINIT_CPP
|
||||
HWND g_hWnd = NULL;
|
||||
HANDLE g_hEvServiceThread = NULL;
|
||||
#else
|
||||
extern HWND g_hWnd;
|
||||
extern HANDLE g_hEvServiceThread;
|
||||
#endif
|
||||
|
||||
bool ServiceInit();
|
||||
void ServiceDeInit();
|
||||
|
||||
DWORD WINAPI DBMain(void* pParam);
|
||||
|
||||
#endif //_SERVICEINIT_H
|
||||
Reference in New Issue
Block a user