FreeRDP/client/Mac/cli/main.m

15 lines
202 B
Mathematica
Raw Normal View History

//
// main.m
// MacClient2
//
// Created by Benoît et Kathy on 2013-05-08.
//
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
2013-06-23 06:55:51 +04:00
return NSApplicationMain(argc, (const char**) argv);
}