Commit 5cad927b11dcc6b371ed1654fb1e7278e346c2ee

Authored by Perry Werneck
1 parent 82916625
Exists in master and in 1 other branch develop

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,7 +311,7 @@
311 LIB3270_EXPORT void gtk_entry_set_printf(GtkEntry *entry, const gchar *fmt, ...) G_GNUC_PRINTF(2,3); 311 LIB3270_EXPORT void gtk_entry_set_printf(GtkEntry *entry, const gchar *fmt, ...) G_GNUC_PRINTF(2,3);
312 312
313 #ifdef _WIN32 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 #endif // _WIN32 315 #endif // _WIN32
316 316
317 G_END_DECLS 317 G_END_DECLS