winprefs v0.3.2
A registry exporter for programmers.
|
#include "arg.h"
#include "constants.h"
#include "git.h"
#include "io.h"
#include "reg_code.h"
#include "reg_command.h"
#include "registry.h"
Go to the source code of this file.
Functions | |
static HKEY | get_top_key (wchar_t *reg_path) |
Gets the HKEY pointer for the first part of a registry path. | |
int | wmain (int argc, wchar_t *argv[]) |
Entry point. | |