Changeset 7335 for trunk/src/ole32/storage32.c
- Timestamp:
- Nov 14, 2001, 1:49:06 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/storage32.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/storage32.c
r6711 r7335 1178 1178 ULONG propertyIndex; 1179 1179 ULONG lastProperty = 0; 1180 1180 1181 ULONG blockCount = 0; 1181 1182 … … 7048 7049 StgIsStorageFile(LPCOLESTR fn) 7049 7050 { 7051 #ifdef __WIN32OS2__ 7052 LPOLESTR16 xfn; 7053 STACK_strdupWtoA(fn, xfn) 7054 return StgIsStorageFile16((LPOLESTR16)xfn); 7055 #else 7050 7056 LPOLESTR16 xfn = HEAP_strdupWtoA(GetProcessHeap(),0,fn); 7051 7057 HRESULT ret = StgIsStorageFile16(xfn); 7052 7053 7058 HeapFree(GetProcessHeap(),0,xfn); 7054 7059 return ret; 7055 }7056 7060 #endif 7061 } 7062 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
