diff src/intl-auto-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-auto-encap-win32.c	Mon Apr 21 11:42:50 2014 +0100
+++ b/src/intl-auto-encap-win32.c	Wed Apr 23 22:22:37 2014 +0100
@@ -116,15 +116,7 @@
     return SHFileOperationA ((LPSHFILEOPSTRUCTA) lpFileOp);
 }
 
-/* NOTE: NT 4.0+ only */
-WINBOOL
-qxeShellExecuteEx (SHELLEXECUTEINFOW * pExecInfo)
-{
-  if (XEUNICODE_P)
-    return ShellExecuteExW (pExecInfo);
-  else
-    return ShellExecuteExA (pExecInfo);
-}
+/* Error if ShellExecuteEx used: LPSHELLEXECUTEINFO NT 4.0+ only HST: not used, split is broken because of * in declaration in shellapi.h  */
 
 /* Error if SHCreateProcessAsUser used: HST: new? -- needs review */
 
@@ -1762,14 +1754,7 @@
 
 /* Error if SetEnvironmentStrings used: HST: new? -- needs review */
 
-WINBOOL
-qxeFreeEnvironmentStrings (LPWCH penv)
-{
-  if (XEUNICODE_P)
-    return FreeEnvironmentStringsW (penv);
-  else
-    return FreeEnvironmentStringsA (penv);
-}
+/* Error if FreeEnvironmentStrings used: HST: needs fancy split, never used */
 
 Extbyte *
 qxeGetCommandLine (void)