diff dwt/ole/win32/OleControlSite.d @ 128:07e8963537b7

removed tango_sys_win32 and added all necessary bindings to the dwt.internal.win32 WINTYPES and WINAPI modules
author Frank Benoit <benoit@tionex.de>
date Tue, 12 Feb 2008 21:25:00 +0100
parents ecba636b634e
children ab60f3309436
line wrap: on
line diff
--- a/dwt/ole/win32/OleControlSite.d	Mon Feb 11 22:30:50 2008 -0800
+++ b/dwt/ole/win32/OleControlSite.d	Tue Feb 12 21:25:00 2008 +0100
@@ -889,7 +889,7 @@
     HRESULT LockInPlaceActive(BOOL fLock) { return COM.E_NOTIMPL; }
     HRESULT GetExtendedControl(LPDISPATCH* ppDisp) { return COM.E_NOTIMPL; }
     HRESULT TransformCoords(
-      POINT* pPtlHimetric ,  //Address of POINTL structure
+      POINTL* pPtlHimetric ,  //Address of POINTL structure
       POINTF* pPtfContainer ,  //Address of POINTF structure
       DWORD dwFlags           //Flags indicating the exact conversion
     ) { return COM.E_NOTIMPL; }