diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/ole/win32/COMAPI.d @ 39:0ecb2b338560

further work on phobosification
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 13:20:43 +0100
parents 2e09b0e6857a
children b98647bc0aef
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/ole/win32/COMAPI.d	Wed Mar 25 11:18:25 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/internal/ole/win32/COMAPI.d	Wed Mar 25 13:20:43 2009 +0100
@@ -32,7 +32,7 @@
   LPCLSID pclsid
 );
 HRESULT CLSIDFromString(
-  LPOLESTR lpsz,
+  LPCOLESTR lpsz,
   LPCLSID pclsid
 );
 STDAPI CoCreateInstance(
@@ -215,18 +215,18 @@
     DWORD *pdwEffect
 );
 HRESULT StgCreateDocfile(
-  WCHAR* pwcsName,
+  LPCWSTR pwcsName,
   DWORD grfMode,
   DWORD reserved,
   LPSTORAGE* ppstgOpen
 );
 
 WINOLEAPI StgIsStorageFile(
-  WCHAR* pwcsName
+  LPCWSTR pwcsName
 );
 
 HRESULT StgOpenStorage(
-  WCHAR* pwcsName,
+  LPCWSTR pwcsName,
   LPSTORAGE pstgPriority,
   DWORD grfMode,
   SNB snbExclude,