Fix exception handling

This commit is contained in:
Ryan Dortmans
2004-11-18 09:07:46 +00:00
parent 6b3e3a8c78
commit 72a7b12469
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void vfree(void *ptr);
extern VirtualMemoryManager vmem_Manager;
int CheckPageFault(LPEXCEPTION_POINTERS e);
LONG _stdcall CheckPageFault(LPEXCEPTION_POINTERS e);
int NoMemory(size_t size);
#endif