Mercurial > hg > xemacs-beta
diff src/intl-auto-encap-win32.c @ 4875:49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
-------------------- ChangeLog entries follow: --------------------
lib-src/ChangeLog addition:
2010-01-15 Ben Wing <ben@xemacs.org>
* make-mswin-unicode.pl:
Process the command `review'. Cause an error to happen if we try to
use the command, indicating that the command needs review to determine
how to handle it.
src/ChangeLog addition:
2010-01-15 Ben Wing <ben@xemacs.org>
* intl-encap-win32.c:
Add `review' lines for all functions seen in the headers that we
process but not yet associated with an encapsulation command.
These will cause an error to be signaled if these functions are
used.
* intl-auto-encap-win32.c:
* intl-auto-encap-win32.h:
Regenerate.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 15 Jan 2010 05:42:21 -0600 |
parents | 50861fea97f6 |
children | 70089046adef |
line wrap: on
line diff
--- a/src/intl-auto-encap-win32.c Fri Jan 15 05:12:07 2010 -0600 +++ b/src/intl-auto-encap-win32.c Fri Jan 15 05:42:21 2010 -0600 @@ -430,6 +430,12 @@ #if defined (HAVE_MS_WINDOWS) +/* Error if GetDefaultPrinter used: Function needs review to determine how to handle it */ + +#endif /* defined (HAVE_MS_WINDOWS) */ + +#if defined (HAVE_MS_WINDOWS) + /* Error if GetForm used: not used, complicated interface with split structures */ #endif /* defined (HAVE_MS_WINDOWS) */ @@ -616,6 +622,12 @@ #if defined (HAVE_MS_WINDOWS) +/* Error if WNetSetConnection used: Function needs review to determine how to handle it */ + +#endif /* defined (HAVE_MS_WINDOWS) */ + +#if defined (HAVE_MS_WINDOWS) + /* NOTE: contains split-simple LPNETRESOURCE */ DWORD qxeWNetConnectionDialog1 (LPCONNECTDLGSTRUCTW arg1) @@ -721,6 +733,18 @@ #if defined (HAVE_MS_WINDOWS) +/* Error if WNetGetResourceInformation used: Function needs review to determine how to handle it */ + +#endif /* defined (HAVE_MS_WINDOWS) */ + +#if defined (HAVE_MS_WINDOWS) + +/* Error if WNetGetResourceParent used: Function needs review to determine how to handle it */ + +#endif /* defined (HAVE_MS_WINDOWS) */ + +#if defined (HAVE_MS_WINDOWS) + DWORD qxeWNetGetLastError (PDWORD arg1, Extbyte * arg2, DWORD arg3, Extbyte * arg4, DWORD arg5) { @@ -761,6 +785,8 @@ /* Error if BroadcastSystemMessage used: win95 version not split; NT 4.0+ only */ +/* Error if BroadcastSystemMessageEx used: Function needs review to determine how to handle it */ + #if !defined (CYGWIN_HEADERS) BOOL @@ -1047,6 +1073,8 @@ /* Error if EnumDisplaySettings used: split-sized LPDEVMODE */ +/* Error if EnumDisplaySettingsEx used: Function needs review to determine how to handle it */ + /* Error if EnumDisplayDevices used: split-sized PDISPLAY_DEVICE; NT 5.0+ only, no Win98 */ /* NOTE: // callback fun differs only in string pointer type */ @@ -1126,6 +1154,8 @@ return GetClassLongA (arg1, arg2); } +/* Error if GetClassLongPtr used: Function needs review to determine how to handle it */ + int qxeGetClassName (HWND arg1, Extbyte * arg2, int arg3) { @@ -1208,6 +1238,8 @@ return GetPropA (arg1, (LPCSTR) arg2); } +/* Error if GetRawInputDeviceInfo used: Function needs review to determine how to handle it */ + DWORD qxeGetTabbedTextExtent (HDC arg1, const Extbyte * arg2, int arg3, int arg4, LPINT arg5) { @@ -1226,6 +1258,8 @@ return GetWindowLongA (arg1, arg2); } +/* Error if GetWindowLongPtr used: Function needs review to determine how to handle it */ + BOOL qxeGetUserObjectInformation (HANDLE arg1, int arg2, PVOID arg3, DWORD arg4, PDWORD arg5) { @@ -1588,6 +1622,8 @@ return SetClassLongA (arg1, arg2, arg3); } +/* Error if SetClassLongPtr used: Function needs review to determine how to handle it */ + BOOL qxeSetDlgItemText (HWND arg1, int arg2, const Extbyte * arg3) { @@ -1634,6 +1670,8 @@ return SetWindowLongA (arg1, arg2, arg3); } +/* Error if SetWindowLongPtr used: Function needs review to determine how to handle it */ + /* Error if SetWindowsHook used: obsolete; two versions, STRICT and non-STRICT */ HHOOK @@ -1783,6 +1821,8 @@ return RegDeleteKeyA (arg1, (LPCSTR) arg2); } +/* Error if RegDeleteKeyEx used: Function needs review to determine how to handle it */ + LONG qxeRegDeleteValue (HKEY arg1, const Extbyte * arg2) { @@ -1955,12 +1995,16 @@ /* Error if FoldString used: not used, not examined yet */ +/* Error if GetCalendarInfo used: Function needs review to determine how to handle it */ + /* Error if GetCPInfoEx used: not used, not examined yet */ /* Error if GetCurrencyFormat used: not used, not examined yet */ /* Error if GetDateFormat used: not used, not examined yet */ +/* Error if GetGeoInfo used: Function needs review to determine how to handle it */ + int qxeGetLocaleInfo (LCID arg1, LCTYPE arg2, Extbyte * arg3, int arg4) { @@ -1980,6 +2024,8 @@ /* Error if LCMapString used: not used, not examined yet */ +/* Error if SetCalendarInfo used: Function needs review to determine how to handle it */ + BOOL qxeSetLocaleInfo (LCID arg1, LCTYPE arg2, const Extbyte * arg3) { @@ -1993,6 +2039,12 @@ /* Error if EnumDateFormatsEx used: not used, not examined yet */ +/* Error if EnumSystemLanguageGroups used: Function needs review to determine how to handle it */ + +/* Error if EnumLanguageGroupLocales used: Function needs review to determine how to handle it */ + +/* Error if EnumUILanguages used: Function needs review to determine how to handle it */ + /*----------------------------------------------------------------------*/ /* Processing file WINGDI.H */ @@ -2518,6 +2570,14 @@ /* Skipping SHGetSpecialFolderPath because error in Cygwin prototype, missing from Cygwin libraries */ +/* Error if SHGetFolderPath used: Function needs review to determine how to handle it */ + +/* Error if SHGetIconOverlayIndex used: Function needs review to determine how to handle it */ + +/* Error if SHCreateDirectoryEx used: Function needs review to determine how to handle it */ + +/* Error if SHGetFolderPathAndSubDir used: Function needs review to determine how to handle it */ + /*----------------------------------------------------------------------*/ /* Processing file COMMDLG.H */ @@ -2619,6 +2679,12 @@ #endif /* defined (HAVE_MS_WINDOWS) */ +#if defined (HAVE_MS_WINDOWS) + +/* Error if PrintDlgEx used: Function needs review to determine how to handle it */ + +#endif /* defined (HAVE_MS_WINDOWS) */ + /*----------------------------------------------------------------------*/ /* Processing file IMM.H */ @@ -2906,6 +2972,8 @@ return CallNamedPipeA ((LPCSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7); } +/* Error if CheckNameLegalDOS8Dot3 used: Function needs review to determine how to handle it */ + BOOL qxeClearEventLog (HANDLE arg1, const Extbyte * arg2) { @@ -2943,6 +3011,8 @@ return CopyFileExA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5, arg6); } +/* Error if CreateActCtx used: Function needs review to determine how to handle it */ + BOOL qxeCreateDirectory (const Extbyte * arg1, LPSECURITY_ATTRIBUTES arg2) { @@ -3037,6 +3107,8 @@ return CreateProcessAsUserA (arg1, (LPCSTR) arg2, (LPSTR) arg3, arg4, arg5, arg6, arg7, arg8, (LPCSTR) arg9, (LPSTARTUPINFOA) arg10, arg11); } +/* Error if CreateProcessWithLogon used: Function needs review to determine how to handle it */ + HANDLE qxeCreateSemaphore (LPSECURITY_ATTRIBUTES arg1, LONG arg2, LONG arg3, const Extbyte * arg4) { @@ -3073,6 +3145,10 @@ return DeleteFileA ((LPCSTR) arg1); } +/* Error if DeleteVolumeMountPoint used: Function needs review to determine how to handle it */ + +/* Error if DnsHostnameToComputerName used: Function needs review to determine how to handle it */ + #if !defined (CYGWIN_HEADERS) /* Error if EncryptFile used: Win2K+ only */ @@ -3112,6 +3188,10 @@ FatalAppExitA (arg1, (LPCSTR) arg2); } +/* Error if FileEncryptionStatus used: Function needs review to determine how to handle it */ + +/* Error if FindActCtxSectionString used: Function needs review to determine how to handle it */ + ATOM qxeFindAtom (const Extbyte * arg1) { @@ -3134,8 +3214,16 @@ /* Error if FindFirstFileEx used: split-sized LPWIN32_FIND_DATA; not used, NT 4.0+ only */ +/* Error if FindFirstVolume used: Function needs review to determine how to handle it */ + +/* Error if FindFirstVolumeMountPoint used: Function needs review to determine how to handle it */ + /* Skipping FindNextFile because split-sized LPWIN32_FIND_DATA */ +/* Error if FindNextVolume used: Function needs review to determine how to handle it */ + +/* Error if FindNextVolumeMountPoint used: Function needs review to determine how to handle it */ + HRSRC qxeFindResource (HINSTANCE arg1, const Extbyte * arg2, const Extbyte * arg3) { @@ -3154,6 +3242,8 @@ return FindResourceExA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4); } +/* Error if GetFirmwareEnvironmentVariable used: Function needs review to determine how to handle it */ + DWORD qxeFormatMessage (DWORD arg1, PCVOID arg2, DWORD arg3, DWORD arg4, Extbyte * arg5, DWORD arg6, va_list* arg7) { @@ -3217,6 +3307,8 @@ return GetComputerNameA ((LPSTR) arg1, arg2); } +/* Error if GetComputerNameEx used: Function needs review to determine how to handle it */ + DWORD qxeGetCurrentDirectory (DWORD arg1, Extbyte * arg2) { @@ -3255,6 +3347,8 @@ return GetDiskFreeSpaceExA ((LPCSTR) arg1, arg2, arg3, arg4); } +/* Error if GetDllDirectory used: Function needs review to determine how to handle it */ + UINT qxeGetDriveType (const Extbyte * arg1) { @@ -3338,6 +3432,8 @@ return GetModuleHandleA ((LPCSTR) arg1); } +/* Error if GetModuleHandleEx used: Function needs review to determine how to handle it */ + BOOL qxeGetNamedPipeHandleState (HANDLE arg1, PDWORD arg2, PDWORD arg3, PDWORD arg4, PDWORD arg5, Extbyte * arg6, DWORD arg7) { @@ -3446,6 +3542,10 @@ return GetSystemDirectoryA ((LPSTR) arg1, arg2); } +/* Error if GetSystemWindowsDirectory used: Function needs review to determine how to handle it */ + +/* Error if GetSystemWow64Directory used: Function needs review to determine how to handle it */ + UINT qxeGetTempFileName (const Extbyte * arg1, const Extbyte * arg2, UINT arg3, Extbyte * arg4) { @@ -3484,6 +3584,12 @@ return GetVolumeInformationA ((LPCSTR) arg1, (LPSTR) arg2, arg3, arg4, arg5, arg6, (LPSTR) arg7, arg8); } +/* Error if GetVolumeNameForVolumeMountPoint used: Function needs review to determine how to handle it */ + +/* Error if GetVolumePathName used: Function needs review to determine how to handle it */ + +/* Error if GetVolumePathNamesForVolumeName used: Function needs review to determine how to handle it */ + UINT qxeGetWindowsDirectory (Extbyte * arg1, UINT arg2) { @@ -3790,6 +3896,8 @@ return PrivilegedServiceAuditAlarmA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5); } +/* Error if QueryActCtx used: Function needs review to determine how to handle it */ + DWORD qxeQueryDosDevice (const Extbyte * arg1, Extbyte * arg2, DWORD arg3) { @@ -3828,6 +3936,8 @@ return RemoveDirectoryA ((LPCSTR) arg1); } +/* Error if ReplaceFile used: Function needs review to determine how to handle it */ + BOOL qxeReportEvent (HANDLE arg1, WORD arg2, WORD arg3, DWORD arg4, PSID arg5, WORD arg6, DWORD arg7, const Extbyte ** arg8, PVOID arg9) { @@ -3855,6 +3965,8 @@ return SetComputerNameA ((LPCSTR) arg1); } +/* Error if SetComputerNameEx used: Function needs review to determine how to handle it */ + BOOL qxeSetCurrentDirectory (const Extbyte * arg1) { @@ -3873,6 +3985,8 @@ return SetDefaultCommConfigA ((LPCSTR) arg1, arg2, arg3); } +/* Error if SetDllDirectory used: Function needs review to determine how to handle it */ + BOOL qxeSetEnvironmentVariable (const Extbyte * arg1, const Extbyte * arg2) { @@ -3900,6 +4014,10 @@ return SetFileSecurityA ((LPCSTR) arg1, arg2, arg3); } +/* Error if SetFileShortName used: Function needs review to determine how to handle it */ + +/* Error if SetFirmwareEnvironmentVariable used: Function needs review to determine how to handle it */ + BOOL qxeSetVolumeLabel (const Extbyte * arg1, const Extbyte * arg2) { @@ -3909,6 +4027,8 @@ return SetVolumeLabelA ((LPCSTR) arg1, (LPCSTR) arg2); } +/* Error if SetVolumeMountPoint used: Function needs review to determine how to handle it */ + BOOL qxeUpdateResource (HANDLE arg1, const Extbyte * arg2, const Extbyte * arg3, WORD arg4, PVOID arg5, DWORD arg6) { @@ -3918,6 +4038,8 @@ return UpdateResourceA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4, arg5, arg6); } +/* Error if VerifyVersionInfo used: Function needs review to determine how to handle it */ + BOOL qxeWaitNamedPipe (const Extbyte * arg1, DWORD arg2) { @@ -3977,6 +4099,24 @@ /* Processing file ACLAPI.h */ /*----------------------------------------------------------------------*/ +/* Error if BuildExplicitAccessWithName used: Function needs review to determine how to handle it */ + +/* Error if BuildSecurityDescriptor used: Function needs review to determine how to handle it */ + +/* Error if BuildTrusteeWithName used: Function needs review to determine how to handle it */ + +/* Error if BuildTrusteeWithObjectsAndName used: Function needs review to determine how to handle it */ + +/* Error if BuildTrusteeWithObjectsAndSid used: Function needs review to determine how to handle it */ + +/* Error if BuildTrusteeWithSid used: Function needs review to determine how to handle it */ + +/* Error if GetAuditedPermissionsFromAcl used: Function needs review to determine how to handle it */ + +/* Error if GetEffectiveRightsFromAcl used: Function needs review to determine how to handle it */ + +/* Error if GetExplicitEntriesFromAcl used: Function needs review to determine how to handle it */ + DWORD qxeGetNamedSecurityInfo (Extbyte * arg1, SE_OBJECT_TYPE arg2, SECURITY_INFORMATION arg3, PSID* arg4, PSID* arg5, PACL* arg6, PACL* arg7, PSECURITY_DESCRIPTOR* arg8) { @@ -3986,6 +4126,26 @@ return GetNamedSecurityInfoA ((LPSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } +/* Error if GetTrusteeForm used: Function needs review to determine how to handle it */ + +/* Error if GetTrusteeName used: Function needs review to determine how to handle it */ + +/* Error if GetTrusteeType used: Function needs review to determine how to handle it */ + +/* Error if LookupSecurityDescriptorParts used: Function needs review to determine how to handle it */ + +/* Error if SetEntriesInAcl used: Function needs review to determine how to handle it */ + +/* Error if SetNamedSecurityInfo used: Function needs review to determine how to handle it */ + +/* Error if BuildImpersonateExplicitAccessWithName used: Function needs review to determine how to handle it */ + +/* Error if BuildImpersonateTrustee used: Function needs review to determine how to handle it */ + +/* Error if GetMultipleTrustee used: Function needs review to determine how to handle it */ + +/* Error if GetMultipleTrusteeOperation used: Function needs review to determine how to handle it */ + /*----------------------------------------------------------------------*/ /* Processing file MMSYSTEM.H */