crypt32: Avoid using HIWORD() on a string pointer.
authorMichael Stefaniuc <mstefani@redhat.de>
Fri, 29 Jan 2010 00:39:26 +0000 (01:39 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 29 Jan 2010 13:59:02 +0000 (14:59 +0100)
commit0a866d0e4599b91cef247da883b0a93ccf7c0681
tree768454c932dc5e38ba1bfdfae627c3d276d273f8
parent1dcbbfe1ee083aa9599f6819512d6db226c6d124
crypt32: Avoid using HIWORD() on a string pointer.

The stray IS_INTRESOURCE() is applied to a true resource. The other
strings are OIDs and not resources.
dlls/crypt32/chain.c
dlls/crypt32/crypt32_private.h
dlls/crypt32/decode.c
dlls/crypt32/encode.c
dlls/crypt32/object.c
dlls/crypt32/oid.c
dlls/crypt32/store.c
dlls/crypt32/tests/chain.c