I'm not a big Windows fun, so please correct me if this is not working

This commit is contained in:
2018-07-19 17:22:36 +02:00
parent d1e56b9206
commit 28dbeeb1ad
3 changed files with 24 additions and 4 deletions

View File

@@ -15,7 +15,11 @@
#define __PH7INT_H__
#define PH7_PRIVATE
#include "ph7.h"
#include <dlfcn.h>
#ifdef __WINNT__
#include <windows.h>
#else
#include <dlfcn.h>
#endif
#ifndef PH7_PI
/* Value of PI */
#define PH7_PI 3.1415926535898