dllmain.h
#ifndef DLLMAIN_H // {
#define DLLMAIN_H
extern void DLLAddRef(void);
extern void DLLRelease(void);
extern void DLLAddLock(void);
extern void DLLReleaseLock(void);
#endif // DLLMAIN_H }
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
#ifndef DLLMAIN_H // {
#define DLLMAIN_H
extern void DLLAddRef(void);
extern void DLLRelease(void);
extern void DLLAddLock(void);
extern void DLLReleaseLock(void);
#endif // DLLMAIN_H }