libwinpr-registry: add support for reading simple values from a .reg file
authorMarc-André Moreau <marcandre.moreau@gmail.com>
Wed, 6 Jun 2012 01:50:03 +0000 (21:50 -0400)
committerMarc-André Moreau <marcandre.moreau@gmail.com>
Wed, 6 Jun 2012 01:50:03 +0000 (21:50 -0400)
commitce08f3a6d04ffbdb55d9445a8c819d7f15d26b2f
treef1811dc1894fc15310b696e8d5e02db7f13c1b67
parent18a8a5c6c48f070fb02cc9ccebb3b3cdd5ff5fad
libwinpr-registry: add support for reading simple values from a .reg file
winpr/registry/CMakeLists.txt
winpr/registry/registry.c
winpr/registry/registry_reg.c [new file with mode: 0644]
winpr/registry/registry_reg.h [new file with mode: 0644]
winpr/tools/reg/reg.c