comparison mac/dw.m @ 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 ead81c3d9e4e
children fc20ad815428
comparison
equal deleted inserted replaced
1383:ead81c3d9e4e 1384:156e32814c83
3049 3049
3050 /* 3050 /*
3051 * Returns a pointer to a static buffer which containes the 3051 * Returns a pointer to a static buffer which containes the
3052 * private application data directory. 3052 * private application data directory.
3053 */ 3053 */
3054 char *dw_app_dir(void) 3054 char * API dw_app_dir(void)
3055 { 3055 {
3056 return _dw_bundle_path; 3056 return _dw_bundle_path;
3057 } 3057 }
3058 3058
3059 /* 3059 /*