[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:
parent
65158cb4e6
commit
21723bfe69
@ -170,6 +170,7 @@ GB_DESC CInputDesc[] = {
|
|||||||
GB_STATIC_PROPERTY_READ("IsConsole", "b", Input_IsConsole),
|
GB_STATIC_PROPERTY_READ("IsConsole", "b", Input_IsConsole),
|
||||||
GB_STATIC_PROPERTY("RepeatDelay", "i", Input_RepeatDelay),
|
GB_STATIC_PROPERTY("RepeatDelay", "i", Input_RepeatDelay),
|
||||||
#endif
|
#endif
|
||||||
|
GB_END_DECLARE
|
||||||
};
|
};
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user