mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Unbreak MSVC build.
svn path=/trunk/; revision=57272
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user