diff options
author | Dwight <dmerriman@gmail.com> | 2008-06-23 16:28:25 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2008-06-23 16:28:25 -0400 |
commit | cb18407a0d3dccfb910aa4ef9afb1aabb627bcc9 (patch) | |
tree | 47586a86e0e9ab2722c3be264e7b92f15b68f947 /stdafx.h | |
parent | 5d2cdfbad07ca56bef939b44eea3599cbd043835 (diff) | |
download | mongo-cb18407a0d3dccfb910aa4ef9afb1aabb627bcc9.tar.gz |
replay better
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -129,3 +129,6 @@ inline void our_debug_free(void *p) { } #define free our_debug_free #endif + +void dbexit(int resultcode); +#define exit dbexit |