mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
test
This commit is contained in:
parent
73d2b8c804
commit
bdbc112cf2
@ -3131,7 +3131,7 @@ QString GetColorCode(int mode, QString str)
|
|||||||
|
|
||||||
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
#if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__)
|
||||||
void enableHikvisionSupport(){
|
void enableHikvisionSupport(){
|
||||||
HINSTANCE hGetProcIDDLL = LoadLibrary(".\\HCNetSDK.dll");
|
HINSTANCE hGetProcIDDLL = LoadLibrary(L".\\HCNetSDK.dll");
|
||||||
|
|
||||||
if (!hGetProcIDDLL) {
|
if (!hGetProcIDDLL) {
|
||||||
HikVis::isInitialized = false;
|
HikVis::isInitialized = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user