diff options
author | scuri <scuri> | 2009-07-11 20:55:52 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-07-11 20:55:52 +0000 |
commit | 4894caf4af1357f7a49c289586f0b752424b7733 (patch) | |
tree | 7d5f9d28aec5f3c95891bf6f21596415cfb8a945 /src/libpng/pnggccrd.c | |
parent | ea7fef55f24f1a924a24446129e3f78cdff0bf7f (diff) |
*** empty log message ***
Diffstat (limited to 'src/libpng/pnggccrd.c')
-rw-r--r-- | src/libpng/pnggccrd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libpng/pnggccrd.c b/src/libpng/pnggccrd.c index a7248d6..e61523e 100644 --- a/src/libpng/pnggccrd.c +++ b/src/libpng/pnggccrd.c @@ -2,8 +2,10 @@ /* This code snippet is for use by configure's compilation test. */ -#if defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \ +#if (!defined _MSC_VER) && \ + defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \ defined(PNG_MMX_CODE_SUPPORTED) + int PNGAPI png_dummy_mmx_support(void); static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested |