GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
 * bin/main.skel: a first attempt to bring down the sigpipe errors from 
 broken sockets.
why (author)
Fri Aug 29 15:20:18 -0700 2008
commit  044685846f4936713c332ddaff839e8dc7bccf70
tree    b74468e8c35d831335fb75dde702b65eabd65eea
parent  fe26f701d2ceefc6e699ebe1ce7620f323b1a4e7
...
9
10
11
 
 
 
 
12
13
14
...
21
22
23
 
 
 
24
25
26
...
9
10
11
12
13
14
15
16
17
18
...
25
26
27
28
29
30
31
32
33
0
@@ -9,6 +9,10 @@
0
 #include "shoes/world.h"
0
 #include "shoes/internal.h"
0
 
0
+#ifdef __APPLE__
0
+#include <crt_externs.h>
0
+#endif
0
+
0
 #ifdef SHOES_WIN32
0
 int WINAPI
0
 WinMain(HINSTANCE inst, HINSTANCE inst2, LPSTR arg, int style)
0
@@ -21,6 +25,9 @@ main(argc, argv)
0
 {
0
   shoes_code code;
0
   char *path = NULL;
0
+#ifdef __APPLE__
0
+ char **env = *_NSGetEnviron();
0
+#endif
0
 #ifdef SHOES_WIN32
0
   int argc;
0
   char **argv;

Comments

    No one has commented yet.