Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 639108 | Differences between
and this patch

Collapse All | Expand All

(-)boinc-client_release-7.8-7.8.1.orig/clientgui/AsyncRPC.cpp (-1 / +1 lines)
Lines 19-25 Link Here
19
#pragma implementation "AsyncRPC.h"
19
#pragma implementation "AsyncRPC.h"
20
#endif
20
#endif
21
21
22
#if !(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4)))
22
#if defined(HAVE_XLOCALE_H) && (!(defined(_WIN32) || (defined(__WXMAC__) && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_4))))
23
#include <xlocale.h>
23
#include <xlocale.h>
24
#endif
24
#endif

Return to bug 639108