Rebuilt x64 so lib to add DeviceID

Code from "https://github.com/awasisto/qwqng-wrapper/blob/develop/qwqng-wrapper.cpp" plus
    char* DeviceID(QWQNG *qwqng)
    {
        char* SerialNumber;
        SerialNumber = qwqng->DeviceID();
        return SerialNumber;
    }
This commit is contained in:
winternewt 2020-12-21 00:26:55 +03:00 committed by GitHub
parent b55bee513e
commit ddc0e67712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

BIN
libqwqng-wrapper-x86-64.so Normal file

Binary file not shown.