Commit 5cad927b11dcc6b371ed1654fb1e7278e346c2ee
1 parent
82916625
Exists in
master
and in
1 other branch
Fixing windows build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/include/v3270.h
... | ... | @@ -311,7 +311,7 @@ |
311 | 311 | LIB3270_EXPORT void gtk_entry_set_printf(GtkEntry *entry, const gchar *fmt, ...) G_GNUC_PRINTF(2,3); |
312 | 312 | |
313 | 313 | #ifdef _WIN32 |
314 | - LIB3270_EXPORT gboolean v3270_win32_create_regkey(GtkWidget *widget, REGSAM samDesired, PHKEY phkResult); | |
314 | + LIB3270_EXPORT gboolean v3270_win32_open_regkey(GtkWidget *widget, HKEY *hKey, REGSAM samDesired); | |
315 | 315 | #endif // _WIN32 |
316 | 316 | |
317 | 317 | G_END_DECLS | ... | ... |