2
0
mirror of https://github.com/tenrok/Rfid-Credential-Provider.git synced 2026-06-11 18:12:24 +03:00
Files
rfid-credential-provider/Provider/RfidCredentialProvider/Dll.h
T
2012-02-26 13:07:01 -08:00

8 lines
108 B
C

#pragma once
extern HINSTANCE g_hinst;
#define HINST_THISDLL g_hinst
void DllAddRef();
void DllRelease();