Moves <ossig.h> include into Linux and Unix section
parent
c88f09dad8
commit
ae3342fddc
3
trap.h
3
trap.h
|
|
@ -17,13 +17,12 @@
|
||||||
#define CRYPTOPP_TRAP_H
|
#define CRYPTOPP_TRAP_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "ossig.h"
|
|
||||||
|
|
||||||
#if CRYPTOPP_DEBUG
|
#if CRYPTOPP_DEBUG
|
||||||
# include <iostream>
|
# include <iostream>
|
||||||
# include <sstream>
|
# include <sstream>
|
||||||
# if defined(CRYPTOPP_BSD_AVAILABLE) || defined(CRYPTOPP_UNIX_AVAILABLE)
|
# if defined(CRYPTOPP_BSD_AVAILABLE) || defined(CRYPTOPP_UNIX_AVAILABLE)
|
||||||
# include <signal.h>
|
# include "ossig.h"
|
||||||
# elif defined(CRYPTOPP_WIN32_AVAILABLE)
|
# elif defined(CRYPTOPP_WIN32_AVAILABLE)
|
||||||
# if (_MSC_VER >= 1400)
|
# if (_MSC_VER >= 1400)
|
||||||
# include <intrin.h>
|
# include <intrin.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue