Update litehtml_viewer to build on Windows
[claws.git] / src / plugins / litehtml_viewer / litehtml / os_types.h
index 39b027085d4ad3ce9dfd985fd02983a585ea99d1..d0aa9f9e91177889f3a506867a4bda8d1cde7b8b 100644 (file)
@@ -49,11 +49,12 @@ namespace litehtml
 
 #endif
 
-       #ifdef _WIN64
-               typedef unsigned __int64 uint_ptr;
-       #else
-               typedef unsigned int    uint_ptr;
-       #endif
+//     #ifdef _WIN64
+//             typedef unsigned __int64 uint_ptr;
+//     #else
+//             typedef unsigned int    uint_ptr;
+//     #endif
+       typedef void*                           uint_ptr;
 
 #else
        #define LITEHTML_UTF8