X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=fe3c7e12c72d124376769d8d7cd31cb70aa35326;hp=2a07fdb87a81d0cc8ee6f473d4566dcde59ccdc8;hb=0784a8a882e7b98299fb6a90f0f9a7ebb322562b;hpb=b45b5defe54796c142c1527cff5f31bc0b572d08 diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 2a07fdb..fe3c7e1 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -28,7 +28,9 @@ #include #include #include +#ifndef WIN32 #include +#endif #include #include #include "../config.h" @@ -37,6 +39,10 @@ #include "./mem.h" #include "./types.h" +#ifdef __cplusplus +extern "C" { +#endif + #define DEBUG_RFXSWF #ifdef RFXSWF_DISABLESOUND #define NO_MP3 @@ -1065,4 +1071,8 @@ FILTER*swf_NewFilter(U8 type); void AVM2_InsertStops(SWF*swf); +#ifdef __cplusplus +} +#endif + #endif