comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/WindowCreator2.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents 7e78af7adab5
children
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
52 refCount++; 52 refCount++;
53 return refCount; 53 return refCount;
54 } 54 }
55 55
56 extern(System) 56 extern(System)
57 nsresult QueryInterface (cnsID* riid, void** ppvObject) { 57 nsresult QueryInterface (in cnsID* riid, void** ppvObject) {
58 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 58 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
59 //nsID guid = new nsID (); 59 //nsID guid = new nsID ();
60 //XPCOM.memmove (guid, riid, nsID.sizeof); 60 //XPCOM.memmove (guid, riid, nsID.sizeof);
61 61
62 if (*riid == nsISupports.IID) { 62 if (*riid == nsISupports.IID) {