commit | 64add650aa34a7e9f335a32994575036bb0e77a5 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Fri Apr 23 15:53:16 2010 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Fri Apr 23 15:53:16 2010 +0000 |
tree | 5ddbb4798ecc09fe98aeb70dfc67c1713a4a6709 | |
parent | 243447d675430e5639e91a437d4fa7bc51677ee3 [diff] [blame] |
SIMD should now work on 64-bit Windows git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4048 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/jdhuff.c b/common/jpeg/jdhuff.c index 9710142..cbab592 100644 --- a/common/jpeg/jdhuff.c +++ b/common/jpeg/jdhuff.c
@@ -628,7 +628,7 @@ /***************************************************************/ -#if __WORDSIZE == 64 +#if __WORDSIZE == 64 || defined(_WIN64) #define ENSURE_SHORT \ if (bits_left < 16) { \