mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
Futher yaSSL portability fixes: hp3750 (HP aCC + HPUX).
This commit is contained in:
parent
b24269103c
commit
dcae1d174f
@ -149,7 +149,8 @@ unsigned long Crop(unsigned long value, unsigned int size)
|
||||
}
|
||||
|
||||
|
||||
#if !(defined(_MSC_VER) && (_MSC_VER < 1300))
|
||||
#if !(defined(_MSC_VER) && (_MSC_VER < 1300)) && \
|
||||
!(defined(__HP_aCC) && (__HP_aCC <= 35700))
|
||||
using std::new_handler;
|
||||
using std::set_new_handler;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user