mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Try this to fix warning on Darwin
This commit is contained in:
parent
e5803f9449
commit
5ab544f7ca
@ -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
|
||||||
|
# ifndef nullptr
|
||||||
# define nullptr NULL
|
# define nullptr NULL
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PHREEQCI_GUI)
|
#if defined(PHREEQCI_GUI)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user