Avoid mismatch between imports/exports for 32-bit and 64-bits version.
The test is running grep over macros to detect which functions are
intercepted. Unfortunately, exception handlers differ in 32-bit and
64-bit.
This patch is removing the exception handlers from the test.
Can you comment that we're removing the "@12" part of the 32-bit exported mangled names because it won't be mentioned in the source?