mirror of
https://github.com/tenrok/Rfid-Credential-Provider.git
synced 2026-06-05 16:52:24 +03:00
8 lines
108 B
C
8 lines
108 B
C
#pragma once
|
|
|
|
extern HINSTANCE g_hinst;
|
|
#define HINST_THISDLL g_hinst
|
|
|
|
void DllAddRef();
|
|
void DllRelease();
|