crypt32: Fix a test failure on NT 4.
[wine] / dlls / crypt32 / tests / base64.c
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...