ReactOS 0.4.15-dev-7906-g1b85a5f
stdexcpt.h
Go to the documentation of this file.
1
6#include <crtdefs.h>
7
8#ifndef _INC_STDEXCPT
9#define _INC_STDEXCPT
10
11#ifdef __cplusplus
12#include <exception>
13#endif
14
15#endif