X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=pdf%2Faconf2.h;h=b51de1e9cb6d1cbc6662b964aa4472894ebd803c;hb=b16cf54dafe116c785158dc80f4f5e200331caa1;hp=59a1740ab9340dc804c34774a01012b33d7c3730;hpb=bfd0b848c8c81ab10698f74b77f9f0904c3161e1;p=evince.git diff --git a/pdf/aconf2.h b/pdf/aconf2.h index 59a1740a..b51de1e9 100644 --- a/pdf/aconf2.h +++ b/pdf/aconf2.h @@ -28,4 +28,11 @@ # endif #endif +/* + * Make sure WIN32 is defined if appropriate. + */ +#if defined(_WIN32) && !defined(WIN32) +# define WIN32 +#endif + #endif