Committing in .
Modified Files: wxWindows/src/gtk/listbox.cpp corrections for VMS since someone updated this one using an old version. ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f58557a80d
commit
f90fbcc192
@ -12,12 +12,6 @@
|
||||
#pragma implementation "listbox.h"
|
||||
#endif
|
||||
|
||||
#ifdef __VMS
|
||||
#define gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_vi
|
||||
#define gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjust
|
||||
#define gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjust
|
||||
#endif
|
||||
|
||||
#include "wx/listbox.h"
|
||||
|
||||
#if wxUSE_LISTBOX
|
||||
|
@ -12,12 +12,6 @@
|
||||
#pragma implementation "listbox.h"
|
||||
#endif
|
||||
|
||||
#ifdef __VMS
|
||||
#define gtk_scrolled_window_add_with_viewport gtk_scrolled_window_add_with_vi
|
||||
#define gtk_container_set_focus_vadjustment gtk_container_set_focus_vadjust
|
||||
#define gtk_scrolled_window_get_vadjustment gtk_scrolled_window_get_vadjust
|
||||
#endif
|
||||
|
||||
#include "wx/listbox.h"
|
||||
|
||||
#if wxUSE_LISTBOX
|
||||
|
Loading…
Reference in New Issue
Block a user