crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
commit93fd4524e4aae9c76927a76c580e9921400774ec
authorAlexandre Julliard <julliard@winehq.org>
Tue, 13 Jun 2006 11:56:39 +0000 (13 13:56 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Jun 2006 11:56:39 +0000 (13 13:56 +0200)
treedaf7829b13e1471095147c73b3af69e90159098f
parent290ddd8e38da0ee984a39539ac150e6c8630f1a8
crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
dlls/crypt32/tests/base64.c
dlls/crypt32/tests/encode.c
dlls/crypt32/tests/str.c