We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7238dac commit 44daa24Copy full SHA for 44daa24
ChangeLog
@@ -1,3 +1,7 @@
1
+2018-08-19 Ross Johnson <ross dot johnson at homemail dot com dot au>
2
+
3
+ * context.h (__PTW32_PROCPTR): Added missing '__' prefix for v3.
4
5
2018-08-10 Ross Johnson <ross dot johnson at homemail dot com dot au>
6
7
* Makefile (clean): remove *.idb files.
context.h
@@ -62,7 +62,7 @@
62
#endif
63
64
#if defined(_ARM_) || defined(ARM) || defined(_M_ARM) || defined(_M_ARM64)
65
-#define PTW32_PROGCTR(Context) ((Context).Pc)
+#define __PTW32_PROGCTR(Context) ((Context).Pc)
66
67
68
#if !defined (__PTW32_PROGCTR)
0 commit comments