Explain include

main
Matthias Kuhn 2 years ago committed by Rosen Penev
parent 887945b624
commit 19d78fef24

@ -39,7 +39,7 @@ namespace fs = std::experimental::filesystem;
#endif #endif
#if __has_include(<mach-o/dyld.h>) #if __has_include(<mach-o/dyld.h>)
#include <mach-o/dyld.h> #include <mach-o/dyld.h> // for _NSGetExecutablePath()
#endif #endif
#if defined(__FreeBSD__) #if defined(__FreeBSD__)

Loading…
Cancel
Save