comparison os2/dw.c @ 1384:156e32814c83

Cleanup of the previous commits and added Unix support.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 18:31:54 +0000
parents 3eedfd4f7c5d
children fd1de4e9e542
comparison
equal deleted inserted replaced
1383:ead81c3d9e4e 1384:156e32814c83
11170 11170
11171 /* 11171 /*
11172 * Returns a pointer to a static buffer which containes the 11172 * Returns a pointer to a static buffer which containes the
11173 * private application data directory. 11173 * private application data directory.
11174 */ 11174 */
11175 char *dw_app_dir(void) 11175 char * API dw_app_dir(void)
11176 { 11176 {
11177 return _dw_exec_dir; 11177 return _dw_exec_dir;
11178 } 11178 }
11179 11179
11180 /* 11180 /*