2025-04-27 07:49:33 -04:00

10 lines
177 B
C

#ifndef __DLLMAIN_H
#define __DLLMAIN_H
extern ULONG g_cRefDll;
extern HINSTANCE g_hInst;
ULONG DllAddRef(void);
ULONG DllRelease(void);
#endif //__DLLMAIN_H