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