diff dwt/internal/mozilla/nsIFilePicker_1_8.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 8198e6052012
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIFilePicker_1_8.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIFilePicker_1_8.d	Fri Oct 31 21:46:44 2008 -0700
@@ -36,6 +36,7 @@
   enum { filterXUL = 32 };
   enum { filterApps = 64 };
 
+extern(System):
   nsresult Init(nsIDOMWindow parent, nsAString * title, PRInt16 mode);
   nsresult AppendFilters(PRInt32 filterMask);
   nsresult AppendFilter(nsAString * title, nsAString * filter);