aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/main.mm
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/main.mm')
-rw-r--r--example/mac/macExample/macExample/main.mm5
1 files changed, 1 insertions, 4 deletions
diff --git a/example/mac/macExample/macExample/main.mm b/example/mac/macExample/macExample/main.mm
index cdb19817..1749c010 100644
--- a/example/mac/macExample/macExample/main.mm
+++ b/example/mac/macExample/macExample/main.mm
@@ -8,12 +8,9 @@
#import <Cocoa/Cocoa.h>
#include <MailCore/MailCore.h>
-#include <unicode/putil.h>
int main(int argc, char *argv[])
{
- u_setDataDirectory("/usr/local/share/icu");
- //mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool();
+ //mailcore::setICUDataDirectory(MCSTR("/usr/local/share/icu"));
return NSApplicationMain(argc, (const char **)argv);
- //pool->release();
}