Windows2003-3790/inetcore/outlookexpress/acctreg/dllmain.h
2020-09-30 16:53:55 +02: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