diff src/intl-encap-win32.c @ 5921:68639fb08af8 cygwin

no obvious 64 vs. 32 pblms in compilation, but still crashing in event-msw
author Henry Thompson <ht@markup.co.uk>
date Wed, 23 Apr 2014 22:22:37 +0100
parents 0f2338afbabf
children 2f34b59f451a
line wrap: on
line diff
--- a/src/intl-encap-win32.c	Mon Apr 21 11:42:50 2014 +0100
+++ b/src/intl-encap-win32.c	Wed Apr 23 22:22:37 2014 +0100
@@ -623,7 +623,7 @@
 // split-simple SHNAMEMAPPING, used in SHFileOperation
 split SHFileOperation LPSHFILEOPSTRUCT NT 4.0+ only
 // split-simple SHELLEXECUTEINFO, used in ShellExecuteEx
-split ShellExecuteEx LPSHELLEXECUTEINFO NT 4.0+ only
+review ShellExecuteEx LPSHELLEXECUTEINFO NT 4.0+ only HST: not used, split is broken because of * in declaration in shellapi.h 
 review SHCreateProcessAsUser HST: new? -- needs review
 no WinExecError causes link error; NT 4.0+ only
 begin-bracket !defined (CYGWIN_HEADERS)
@@ -1284,7 +1284,7 @@
 file PROCESSENV.H
 
 yes ExpandEnvironmentStrings
-yes FreeEnvironmentStrings
+review FreeEnvironmentStrings HST: needs fancy split, never used
 yes GetCommandLine
 yes GetCurrentDirectory
 yes GetEnvironmentVariable