Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5920:0f2338afbabf | 5921:68639fb08af8 |
---|---|
621 yes ExtractIconEx NT 4.0+ only, former error in Cygwin prototype but no more (Cygwin 1.7, 1-30-10) | 621 yes ExtractIconEx NT 4.0+ only, former error in Cygwin prototype but no more (Cygwin 1.7, 1-30-10) |
622 // split-simple SHFILEOPSTRUCT, used in SHFileOperation | 622 // split-simple SHFILEOPSTRUCT, used in SHFileOperation |
623 // split-simple SHNAMEMAPPING, used in SHFileOperation | 623 // split-simple SHNAMEMAPPING, used in SHFileOperation |
624 split SHFileOperation LPSHFILEOPSTRUCT NT 4.0+ only | 624 split SHFileOperation LPSHFILEOPSTRUCT NT 4.0+ only |
625 // split-simple SHELLEXECUTEINFO, used in ShellExecuteEx | 625 // split-simple SHELLEXECUTEINFO, used in ShellExecuteEx |
626 split ShellExecuteEx LPSHELLEXECUTEINFO NT 4.0+ only | 626 review ShellExecuteEx LPSHELLEXECUTEINFO NT 4.0+ only HST: not used, split is broken because of * in declaration in shellapi.h |
627 review SHCreateProcessAsUser HST: new? -- needs review | 627 review SHCreateProcessAsUser HST: new? -- needs review |
628 no WinExecError causes link error; NT 4.0+ only | 628 no WinExecError causes link error; NT 4.0+ only |
629 begin-bracket !defined (CYGWIN_HEADERS) | 629 begin-bracket !defined (CYGWIN_HEADERS) |
630 yes SHQueryRecycleBin NT 4.0+ only | 630 yes SHQueryRecycleBin NT 4.0+ only |
631 yes SHEmptyRecycleBin NT 4.0+ only | 631 yes SHEmptyRecycleBin NT 4.0+ only |
1282 review GetNamedPipeClientComputerName HST: new? -- needs review | 1282 review GetNamedPipeClientComputerName HST: new? -- needs review |
1283 | 1283 |
1284 file PROCESSENV.H | 1284 file PROCESSENV.H |
1285 | 1285 |
1286 yes ExpandEnvironmentStrings | 1286 yes ExpandEnvironmentStrings |
1287 yes FreeEnvironmentStrings | 1287 review FreeEnvironmentStrings HST: needs fancy split, never used |
1288 yes GetCommandLine | 1288 yes GetCommandLine |
1289 yes GetCurrentDirectory | 1289 yes GetCurrentDirectory |
1290 yes GetEnvironmentVariable | 1290 yes GetEnvironmentVariable |
1291 yes SearchPath | 1291 yes SearchPath |
1292 yes SetCurrentDirectory | 1292 yes SetCurrentDirectory |