comparison style.txt @ 2633:3d20fcfd8583

Android: Fix startup failure when not calling dw_app_id_set(). dw_init() would have an exception with no application name. So create a default application name with getprogname().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 09 Aug 2021 22:07:54 +0000
parents 7534466688da
children
comparison
equal deleted inserted replaced
2632:04d5c8147e33 2633:3d20fcfd8583
53 53
54 - Internal - 54 - Internal -
55 55
56 These functions, variables and constants are used only inside Dynamic Windows, or the platform they are defined in. 56 These functions, variables and constants are used only inside Dynamic Windows, or the platform they are defined in.
57 57
58 Funtion prefix: _dw_ (lowercase) 58 Function prefix: _dw_ (lowercase)
59 Variable prefix: _dw_ (lowercase) 59 Variable prefix: _dw_ (lowercase)
60 Constant prefix: _DW_ (uppercase) 60 Constant prefix: _DW_ (uppercase)
61 61
62 - Native - 62 - Native -
63 63