forked from soutade/libgourou
Remove QtCore and QtNetwork, replace them by libcurl + libc
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#define ACS_SERVER "http://adeactivate.adobe.com/adept"
|
||||
#endif
|
||||
|
||||
#define LIBGOUROU_VERSION "0.5.3"
|
||||
#define LIBGOUROU_VERSION "0.6"
|
||||
|
||||
namespace gourou
|
||||
{
|
||||
|
@@ -111,7 +111,8 @@ namespace gourou
|
||||
CLIENT_ZIP_ERROR,
|
||||
CLIENT_GENERIC_EXCEPTION,
|
||||
CLIENT_NETWORK_ERROR,
|
||||
CLIENT_INVALID_PKCS8
|
||||
CLIENT_INVALID_PKCS8,
|
||||
CLIENT_FILE_ERROR
|
||||
};
|
||||
|
||||
enum DRM_REMOVAL_ERROR {
|
||||
|
Reference in New Issue
Block a user