summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 01:38:57 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 01:38:57 +0000
commitb8c86c7b34625b924ee155941b78220b56dcb193 (patch)
treeeacaa308d994399a030f8aaaeda47fe250835e48 /loader/registry.c
parentbfa6c4f83ad0829a946b65b1560597df8790388e (diff)
downloadmpv-b8c86c7b34625b924ee155941b78220b56dcb193.tar.bz2
mpv-b8c86c7b34625b924ee155941b78220b56dcb193.tar.xz
less, and more informal printfs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@341 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loader/registry.c b/loader/registry.c
index 3b90e98a2d..c9b0f11676 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -265,7 +265,9 @@ struct reg_value* insert_reg_value(int handle, const char* name, int type, const
static void init_registry()
{
+#ifdef DETAILED_OUT
printf("Initializing registry\n");
+#endif
open_registry();
insert_handle(HKEY_LOCAL_MACHINE, "HKLM");
insert_handle(HKEY_CURRENT_USER, "HKCU");