|
winprefs 0.4.1
Dump a registry path to a series of 'reg add' commands.
|
#include "macros.h"

Go to the source code of this file.
Functions | |
| void | debug_print (const wchar_t *format,...) |
| Print only when debug logging is enabled. | |
| DLL_EXPORT void | set_debug_print_enabled (bool enabled) |
| Enable or disable debug printing. | |
Variables | |
| bool | debug_print_enabled |
| void debug_print | ( | const wchar_t * | format, |
| ... | |||
| ) |
Print only when debug logging is enabled.
| format | Format string. |
| DLL_EXPORT void set_debug_print_enabled | ( | bool | enabled | ) |
Enable or disable debug printing.
| enabled | Flag. |