From 8ce201d0207a93d26c19fd136df4040f11ebcef1 Mon Sep 17 00:00:00 2001 From: open-license-manager <rillf@maildrop.cc> Date: 周二, 14 10月 2014 06:58:34 +0800 Subject: [PATCH] windows ok --- src/library/os/os.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/library/os/os.h b/src/library/os/os.h index 277d969..13c52f9 100644 --- a/src/library/os/os.h +++ b/src/library/os/os.h @@ -73,6 +73,8 @@ VIRTUALIZATION getVirtualization(); void os_initialize(); +FUNCTION_RETURN verifySignature(const char* stringToVerify, const char* signatureB64); + #ifdef __cplusplus } #endif -- Gitblit v1.9.1