X-Git-Url: http://git.tdb.fi/?p=ext%2Fsubsurface.git;a=blobdiff_plain;f=windows.c;h=29ef6122e50044a160640d22da81df053ebe22d9;hp=46b6951bd87bd8c7a9d6ad43020b994d557d263d;hb=b693bb3fb962c54767f8430058575441df243b13;hpb=81fddfa67e779c8d378eee4c57fd9f201e15f96f diff --git a/windows.c b/windows.c index 46b6951..29ef612 100644 --- a/windows.c +++ b/windows.c @@ -73,10 +73,13 @@ const void *subsurface_get_conf(char *name, pref_type_t type) return NULL; } +void subsurface_flush_conf(void) +{ + /* this is a no-op */ +} + void subsurface_close_conf(void) { - if (RegFlushKey(hkey) != ERROR_SUCCESS) - printf("RegFlushKey failed \n"); RegCloseKey(hkey); }