summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/assert.c
blob: 7620a619828678d8089cdb74b0e4a11f6ab18c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id$

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pace/win32/assert.c
 *
 * = AUTHOR
 *    Joe Hoffert
 *
 * ============================================================================= */

#include "pace/assert.h"

#if !defined (PACE_HAS_INLINE)
# include "pace/win32/assert.inl"
#endif /* ! PACE_HAS_INLINE */