fix libgio ABI

This commit is contained in:
foudfou 2012-03-13 12:57:29 +01:00
parent 175f48661e
commit 43bbfb09b6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
var EXPORTED_SYMBOLS = [ "gio" ];
const GIO_LIBNAME = "gio-2.0";
const GIO_ABIS = [ "0.3000.2" ];
const GIO_ABIS = [ "0" ];
const Cu = Components.utils;
const Cc = Components.classes;