summarylogtreecommitdiffstats
path: root/baifaao.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'baifaao.cpp')
-rw-r--r--baifaao.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/baifaao.cpp b/baifaao.cpp
new file mode 100644
index 000000000000..ea6885fb38b2
--- /dev/null
+++ b/baifaao.cpp
@@ -0,0 +1,7 @@
+/* amirpli 2013/11/28 */
+#include <QtCore/QAtomicInt>
+extern "C" {
+ int _Z34QBasicAtomicInt_fetchAndAddOrderedPVii(QAtomicInt* a, int b) {
+ return a->fetchAndAddOrdered(b);
+ }
+} \ No newline at end of file