2 * win32_crashrpt.h : shares the win32 crashhandler functions in libsvn_subr.
4 * ====================================================================
5 * Copyright (c) 2007 CollabNet. All rights reserved.
7 * This software is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at http://subversion.tigris.org/license-1.html.
10 * If newer versions of this license are posted there, you may use a
11 * newer version instead, at your option.
13 * This software consists of voluntary contributions made by many
14 * individuals. For exact contribution history, see the revision
15 * history and logs, available at http://subversion.tigris.org/.
16 * ====================================================================
19 #ifndef SVN_LIBSVN_SUBR_WIN32_CRASHRPT_H
20 #define SVN_LIBSVN_SUBR_WIN32_CRASHRPT_H
23 #ifdef SVN_USE_WIN32_CRASHHANDLER
25 LONG WINAPI
svn__unhandled_exception_filter(PEXCEPTION_POINTERS ptrs
);
27 #endif /* SVN_USE_WIN32_CRASHHANDLER */
30 #endif /* SVN_LIBSVN_SUBR_WIN32_CRASHRPT_H */