comparison dwt/internal/mozilla/nsXPCOMGlue.d @ 305:c7c696cdfec2

Mozilla module progress; fixes to other browser modules; update XPCOM interfaces
author John Reimer<terminal.node@gmail.com>
date Sat, 16 Aug 2008 22:53:35 -0700
parents dd63eb078d7a
children 942da4b6558a
comparison
equal deleted inserted replaced
304:16ba3d9cb209 305:c7c696cdfec2
1 module dwt.internal.mozilla.nsXPCOMGlue; 1 module dwt.internal.mozilla.nsXPCOMGlue;
2 2
3 extern(C): 3 extern(System):
4 4
5 align(4): 5 align(4):
6 6
7 struct GREVersionRange { 7 struct GREVersionRange {
8 char *lower; 8 char *lower;