Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.m « mach_inject_test - github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b88f2723c0046597e928c5431e3e84c6d06f3e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  main.m
//  mach_inject_test
//
//  Created by wolf on 1/1/06.
//  Copyright __MyCompanyName__ 2006. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}