Unbreak MSVC build.

svn path=/trunk/; revision=57272
This commit is contained in:
Mike Nordell 2012-09-11 05:14:33 +00:00
parent 52d536853b
commit 2d8ccfc5dc

View file

@ -14,8 +14,8 @@
* Keep these returning different values, to prevent compiler folding
* them into a single function, thereby voiding the test
*/
WINAPI LONG Filter1(LPEXCEPTION_POINTERS p) { return 0; }
WINAPI LONG Filter2(LPEXCEPTION_POINTERS p) { return 1; }
LONG WINAPI Filter1(LPEXCEPTION_POINTERS p) { return 0; }
LONG WINAPI Filter2(LPEXCEPTION_POINTERS p) { return 1; }
/*