From 64355d9c35182b7ad2b7efc0c97174efb0d51c7f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 27 Jul 2010 22:46:06 +0000 Subject: Fix to build with xulrunner 1.9.2.8 --- (limited to 'browser-plugin/plugin.h') diff --git a/browser-plugin/plugin.h b/browser-plugin/plugin.h index 75b60ee..0d037e5 100644 --- a/browser-plugin/plugin.h +++ b/browser-plugin/plugin.h @@ -82,7 +82,7 @@ class Plugin { bool mCanFindOnPage; }; -void* NPN_MemDup (const void *aMem, uint32 aLen); +void* NPN_MemDup (const void *aMem, uint32_t aLen); char* NPN_StrDup (const char *aString); #endif // __PLUGIN_H__ -- cgit v0.9.1