mirror of
https://github.com/tenrok/Rfid-Credential-Provider.git
synced 2026-06-08 17:32:23 +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();
|