]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/terrasync.cxx
Plib is in 3rdParty for Win32 build
[flightgear.git] / utils / TerraSync / terrasync.cxx
index 91017fb341b195e40e6f452b5c5e4f8ee538f241..7404530e1139bc93fa925c50629defee14fcf2f8 100644 (file)
@@ -128,10 +128,6 @@ svn_opt_revision_t *mysvn_rev_peg = NULL;
 static const svn_version_checklist_t mysvn_checklist[] = {
     { "svn_subr",   svn_subr_version },
     { "svn_client", svn_client_version },
-    { "svn_wc",     svn_wc_version },
-    { "svn_ra",     svn_ra_version },
-    { "svn_delta",  svn_delta_version },
-    { "svn_diff",   svn_diff_version },
     { NULL, NULL }
 };
 
@@ -275,6 +271,8 @@ void sync_tree(const char* dir) {
 
 #ifdef _MSC_VER
 typedef void (__cdecl * sighandler_t)(int);
+#elif defined( __APPLE__ )
+typedef sig_t sighandler_t;
 #endif
 
 bool terminating = false;