flushing the entire registry is not required on windows. simply
closing the registry key when done would suffice.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
void subsurface_flush_conf(void)
{
- /* I wonder if we should even do this - it's apparently very expensive */
- if (RegFlushKey(hkey) != ERROR_SUCCESS)
- printf("RegFlushKey failed \n");
+ /* this is a no-op */
}
void subsurface_close_conf(void)