mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Unbreak MSVC build.
svn path=/trunk/; revision=57272
This commit is contained in:
parent
52d536853b
commit
2d8ccfc5dc
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue