comparison win/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 3ba4853d5b78
children fd1de4e9e542
comparison
equal deleted inserted replaced
1383:ead81c3d9e4e 1384:156e32814c83
10732 10732
10733 /* 10733 /*
10734 * Returns a pointer to a static buffer which containes the 10734 * Returns a pointer to a static buffer which containes the
10735 * private application data directory. 10735 * private application data directory.
10736 */ 10736 */
10737 char *dw_app_dir(void) 10737 char * API dw_app_dir(void)
10738 { 10738 {
10739 return _dw_exec_dir; 10739 return _dw_exec_dir;
10740 } 10740 }
10741 10741
10742 /* 10742 /*