[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/gpgme++
From:       Andreas Holzammer <andy () kdab ! com>
Date:       2010-11-18 16:25:51
Message-ID: 20101118162551.2782FAC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1198483 by aholzammer:

- dont check version for wince... it does not fit anyway

 M  +4 -0      context.cpp  


--- trunk/KDE/kdepimlibs/gpgme++/context.cpp #1198482:1198483
@@ -98,10 +98,14 @@
   }
 
   Error initializeLibrary( int ) {
+#ifndef _WIN32_WCE
       if ( gpgme_check_version( GPGME_VERSION ) )
+#endif
           return Error();
+#ifndef _WIN32_WCE
       else
           return Error::fromCode( GPG_ERR_USER_1 );
+#endif
   }
 
   static void format_error( gpgme_error_t err, std::string & str ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic