Piotr Caban piotr@codeweavers.com writes:
- __TRY
- {
mbi.cbSize = pmbi->cbSize;if (mbi.cbSize == sizeof(MENUBARINFO))memcpy(pmbi, &mbi, sizeof(MENUBARINFO));- }
- __EXCEPT_PAGE_FAULT
- {
SetLastError(ERROR_NOACCESS);return FALSE;- }
- __ENDTRY
Do you really have an app that requires an exception handler?
On 05/11/12 17:49, Alexandre Julliard wrote:
Do you really have an app that requires an exception handler?
No, I'll resend the patches without exception handling.