Increase the default stack size for the GTimer thread as for widgets demo under Win32 1024 bytes is not enough.
This commit is contained in:
parent
86083b368d
commit
e85780bc3f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
* @details Defaults to 512 bytes
|
* @details Defaults to 512 bytes
|
||||||
*/
|
*/
|
||||||
#ifndef GTIMER_THREAD_WORKAREA_SIZE
|
#ifndef GTIMER_THREAD_WORKAREA_SIZE
|
||||||
#define GTIMER_THREAD_WORKAREA_SIZE 1024
|
#define GTIMER_THREAD_WORKAREA_SIZE 2048
|
||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue