X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/a7459895e88d1834316c6a9020a8a857d0218b9c..9ef3c1cab755348f63c462bbd350af3c3c6ecfbe:/mac/mac.c diff --git a/mac/mac.c b/mac/mac.c index 34a1d2b7..0af40dfc 100644 --- a/mac/mac.c +++ b/mac/mac.c @@ -1,4 +1,4 @@ -/* $Id: mac.c,v 1.42 2003/02/01 23:42:30 ben Exp $ */ +/* $Id: mac.c,v 1.43 2003/02/02 15:59:00 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include @@ -175,6 +176,11 @@ static void mac_startup(void) { mac_gestalts.uncvattr = (*ti)->tecUnicodeConverterFeatures; DisposeHandle((Handle)ti); } + /* Navigation Services? */ + if (NavServicesAvailable()) + mac_gestalts.navsvers = NavLibraryVersion(); + else + mac_gestalts.navsvers = 0; sk_init();