comparison win/dw.def @ 1381:3ba4853d5b78

Initial attempt at dw_app_dir() for OS/2, Windows and Mac... This function will return the best attempt at determining the application data directory for the current platform. The executable directory on OS/2 or Windows. The application bundle directory on Mac. The "share" folder at the same level as the binary (or /usr/local/share if that can't be determined) plus the binary name on Unix.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 17:36:59 +0000
parents 896347a9be19
children 0512fbb08abf
comparison
equal deleted inserted replaced
1380:cc66b6d4b74e 1381:3ba4853d5b78
19 dw_user_dir @20 19 dw_user_dir @20
20 dw_flush @21 20 dw_flush @21
21 dw_free @22 21 dw_free @22
22 dw_main_sleep @23 22 dw_main_sleep @23
23 dw_main_iteration @24 23 dw_main_iteration @24
24 dw_app_dir @25
24 25
25 dw_box_new @40 26 dw_box_new @40
26 dw_groupbox_new @41 27 dw_groupbox_new @41
27 dw_box_pack_start @42 28 dw_box_pack_start @42
28 dw_box_pack_end @43 29 dw_box_pack_end @43