Initial Visual Studio support.

This commit is contained in:
Michael R Sweet
2021-06-21 11:39:06 -04:00
parent e9d5e082af
commit 6f02bdd301
12 changed files with 327 additions and 13 deletions

View File

@@ -11,10 +11,13 @@
// Include necessary headers...
//
#include "pdfio-content.h"
#include "pdfio-private.h"
#include "pdfio-content.h"
#include "ttf.h"
#include <math.h>
#ifndef M_PI
# define M_PI 3.14159265358979323846264338327950288
#endif // M_PI
//