diff options
Diffstat (limited to 'e-util/e-win32-reloc.c')
-rw-r--r-- | e-util/e-win32-reloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-win32-reloc.c b/e-util/e-win32-reloc.c index bf03256ae1..2c559cffb4 100644 --- a/e-util/e-win32-reloc.c +++ b/e-util/e-win32-reloc.c @@ -178,3 +178,8 @@ GETTER(sounddir) GETTER(sysconfdir) GETTER(toolsdir) GETTER(uidir) + +gpointer _e_get_dll_hmodule (void) +{ + return hmodule; +} |