d3dx9_36: Remove casts to the type of the casted expression.
[wine] / dlls / crypt32 / tests / base64.c
2011-09-09  AndrĂ© Hentschelcrypt32/tests: Remove dead assignment (clang).
2011-04-25  Andrew Bogottcrypt32/tests: Demonstrate that CryptStringToBinary...
2011-02-07  Austin Englishcrypt32/tests: Make sure to use return value (LLVM...
2010-10-01  Alexandre Julliardcrypt32/tests: Make some variables static.
2009-02-24  Francois Gougetcrypt32/tests: Use win_skip() to skip over unimplemente...
2008-08-04  Reece Dunncrypt32: Removed the failing base64 test in Vista.
2008-07-23  Reece Dunncrypt32/tests: Be more verbose on the failing base64...
2007-03-14  Paul Vrienscrypt32/tests: No need to check return value of GetModu...
2007-03-13  Paul Vrienscrypt32/tests: Use GetModuleHandle and skip.
2006-10-02  Juan Langcrypt32/tests: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardcrypt32/tests: Use lstrlenA instead of strlen in ok...
2006-06-02  Juan Langcrypt32: Make base64 tests loadable on win9x.
2006-05-31  Juan Langcrypt32: Implement CryptBinaryToStringA and CryptString...