[GB.NCURSES]

* BUG: Add GB_END_DECLARE to the Input class to not crash anymore (on
  cygwin only?). Reported by Nigel Gerrard.



git-svn-id: svn://localhost/gambas/trunk@6248 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Tobias Boege 2014-04-24 11:50:59 +00:00
parent 65158cb4e6
commit 21723bfe69

View File

@ -170,6 +170,7 @@ GB_DESC CInputDesc[] = {
GB_STATIC_PROPERTY_READ("IsConsole", "b", Input_IsConsole),
GB_STATIC_PROPERTY("RepeatDelay", "i", Input_RepeatDelay),
#endif
GB_END_DECLARE
};
#if 0