2
0
mirror of https://github.com/tenrok/Rfid-Credential-Provider.git synced 2026-06-05 16:52:24 +03:00
Files
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();