Kaydet (Commit) 48d9feab authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Need <string.h> for the mem* functions on Android

üst f4eb51fc
......@@ -5157,3 +5157,13 @@
#ifdef WIN32
typedef unsigned short mode_t;
--- misc/SampleICC-1.3.2/IccProfLib/md5.cpp
+++ misc/build/SampleICC-1.3.2/IccProfLib/md5.cpp
@@ -26,6 +26,7 @@
#include "md5.h"
#include <memory.h>
+#include <string.h>
static void MD5Transform (UINT4 [4], unsigned char [64]);
static void Encode (unsigned char *, UINT4 *, unsigned int);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment