Search
lxdream.org :: lxdream/src/cocoaui/paths_osx.m :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/paths_osx.m
changeset 1041:5fcc39857c5c
prev1038:f220d18c0615
next1297:7e98a164b2d9
author nkeynes
date Mon Sep 13 10:13:42 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Implement shadow-execution 'core' to run translator + interpreter side by
side (for testing)
file annotate diff log raw
1.1 --- a/src/cocoaui/paths_osx.m Thu Jun 25 01:15:25 2009 +0000
1.2 +++ b/src/cocoaui/paths_osx.m Mon Sep 13 10:13:42 2010 +1000
1.3 @@ -19,8 +19,10 @@
1.4 */
1.5
1.6 #include <string.h>
1.7 +#include <glib/gstrfuncs.h>
1.8
1.9 #include "lxdream.h"
1.10 +#include "lxpaths.h"
1.11
1.12 #include <AppKit/AppKit.h>
1.13
.