public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
use gswebkit COCOA_COMPAT stuff
dustin (author)
Wed Feb 16 00:52:43 -0800 2005
commit  36b1a72c11181fd389d820dd2a32246a2fcb8e9b
tree    a4a81938a4c2c87a2ca6c943157e6ad689f9c4bb
parent  6845a87c442b3d6bc6741c1336345ada78209ef5
...
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
27
...
11
12
13
 
 
 
 
 
 
 
 
 
 
 
 
 
14
15
0
@@ -11,17 +11,5 @@
0
 #define PS_STOP @"PhotoSync_Stop"
0
 
0
 #ifdef GNUSTEP
0
-#import <URLConnection.h>
0
-#import <URLDownload.h>
0
-#import <URLCache.h>
0
-#import <HTTPURLResponse.h>
0
-#define NSURLDownload URLDownload
0
-#define NSURLCache URLCache
0
-#define NSURLConnection URLConnection
0
-#define NSURLRequest URLRequest
0
-#define NSMutableURLRequest MutableURLRequest
0
-#define NSURLResponse URLResponse
0
-#define NSHTTPURLResponse HTTPURLResponse
0
-#define NSURLRequestReloadIgnoringCacheData URLRequestReloadIgnoringCacheData
0
-#define NSURLRequestUseProtocolCachePolicy URLRequestUseProtocolCachePolicy
0
+#import <URLLoading/NSURLLoading.h>
0
 #endif

Comments

    No one has commented yet.