X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2Fapp.h;h=9bac46c7ceb69641a7342a8635665dec984f15a4;hb=490eb4805c9dd8fd358c96dc7e646a6db74e2dfb;hp=30d59cb75341b8597fc1416eacc2244f9531ca1f;hpb=2cb51c3c621ed60e192e8342fdeb4225def91bd8;p=picodrive.git diff --git a/platform/win32/GenaDrive/app.h b/platform/win32/GenaDrive/app.h index 30d59cb..9bac46c 100644 --- a/platform/win32/GenaDrive/app.h +++ b/platform/win32/GenaDrive/app.h @@ -7,9 +7,7 @@ #include -#include - -#define PI 3.14159265f +#include #define RELEASE(x) if (x) x->Release(); x=NULL;