mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Try this to fix warning on Darwin
This commit is contained in:
parent
79518deebc
commit
64e51c1d13
@ -17,7 +17,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __cplusplus < 201103L // Check if C++ standard is pre-C++11
|
#if __cplusplus < 201103L // Check if C++ standard is pre-C++11
|
||||||
# define nullptr NULL
|
# ifndef nullptr
|
||||||
|
# define nullptr NULL
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PHREEQCI_GUI)
|
#if defined(PHREEQCI_GUI)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user