vm/safeseh.asm: make exception_handler proto declaration explicitly "proto c" so linking works properly with VS 2010 (reported by Doug Coleman)

db4
Joe Groff 2010-06-24 13:19:02 -07:00
parent a4f509dee9
commit 89d7634fe2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.386
.model flat
exception_handler proto
exception_handler proto c
.safeseh exception_handler
end