Advertisement
Peaceseeker

BOINC 'x64 Linux about' patch

Mar 5th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --- a/clientgui/DlgAbout.cpp 2012-12-16 23:24:40.321028004 +0000
  2. +++ b/clientgui/DlgAbout.cpp 2012-12-16 23:23:02.431787921 +0000
  3. @@ -82,6 +82,8 @@
  4. m_strVersion.Printf(wxT("%s (x64)"), wxT(BOINC_VERSION_STRING));
  5. #elif defined(__ppc__)
  6. m_strVersion.Printf(wxT("%s (PowerPC)"), wxT(BOINC_VERSION_STRING));
  7. +#elif defined(__linux__) && defined(__x86_64__)
  8. + m_strVersion.Printf(wxT("%s (x64)"), wxT(BOINC_VERSION_STRING));
  9. #else
  10. m_strVersion.Printf(wxT("%s (x86)"), wxT(BOINC_VERSION_STRING));
  11. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement