ReactOS 0.4.15-dev-8064-gdaf8068
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