Sweden-Number/programs/reg
Hugh McMaster 1fadcf2409 reg: Use wide-char string literals in import.c.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-30 17:10:03 +02:00
..
tests reg: Fail if duplicate command-line switches are passed to 'reg add'. 2021-03-30 17:10:03 +02:00
Makefile.in reg: Split 'add' functions from reg.c. 2021-03-17 20:40:14 +01:00
add.c reg: Use RegCreateKeyExW() instead of RegCreateKeyW(). 2021-03-30 17:10:03 +02:00
delete.c reg: Parse 'reg delete' command-line arguments in delete.c. 2021-03-30 17:10:03 +02:00
export.c reg: Use malloc(), realloc() and free() from stdlib.h instead of wine/heap.h. 2021-03-24 20:46:23 +01:00
import.c reg: Use wide-char string literals in import.c. 2021-03-30 17:10:03 +02:00
query.c reg: Use wide-char string literals. 2021-03-30 17:10:03 +02:00
reg.c reg: Use wide-char string literals. 2021-03-30 17:10:03 +02:00
reg.h reg: Parse 'reg add' command-line arguments in add.c. 2021-03-30 17:10:03 +02:00
reg.rc reg: Add extended help for supported operations. 2021-03-24 20:46:23 +01:00
resource.h reg: Prompt the user to overwrite the export file if it already exists. 2017-12-04 11:56:00 +01:00