]> code.delx.au - gnu-emacs/commit
addpm.c: Silence some warnings.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Oct 2015 22:58:08 +0000 (00:58 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 24 Oct 2015 22:58:08 +0000 (00:58 +0200)
commitb6c6629ebe570baac53ed2a737f54711f29f79ca
treebfafc4fb0960944c572fb4e36094eb2cefb1ac9f
parent87a30649e791392656606422383e1683f6b5781e
addpm.c: Silence some warnings.

* nt/addpm.c (DdeCommand): Cast pData argument of DdeClientTransaction
to LPBYTE.
(add_registry): Pass NULL to optional lpClass argument of
RegCreateKeyEx, not an empty string.
nt/addpm.c