Ignore:
Timestamp:
02/13/04 21:01:06 (20 years ago)
Author:
Nicholas Riley
Message:

Integrates SCPatch and mach_inject; unfinished, buggy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAnywhere.m

    r7 r153  
    77//
    88
     9#import <Foundation/Foundation.h>
    910#import "FSAnywhere.h"
    1011
    11 // wish we could #define out completely, but it seems impossible to use varargs #defines on OS X's cpp
    12 
    13 void FSALog(NSString *fmt, ...) {
    14 #if FSA_DEBUG
    15     va_list ap;
    16     va_start(ap, fmt);
    17     NSLogv([NSString stringWithFormat: @"F-Script Anywhere: %@", fmt], ap);
    18 #endif
    19 }
    20 
    21 // XXX put this in a .strings file instead
    2212NSString * FSA_FScriptURL = @"http://www.fscript.org/";
     13NSString * FSA_FScriptMinimumVersion = @"1.2.5";
Note: See TracChangeset for help on using the changeset viewer.