Skip to content

Commit 44daa24

Browse files
committed
Fix macro name.
1 parent 7238dac commit 44daa24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
2018-08-10 Ross Johnson <ross dot johnson at homemail dot com dot au>
26

37
* Makefile (clean): remove *.idb files.

context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
#endif
6363

6464
#if defined(_ARM_) || defined(ARM) || defined(_M_ARM) || defined(_M_ARM64)
65-
#define PTW32_PROGCTR(Context) ((Context).Pc)
65+
#define __PTW32_PROGCTR(Context) ((Context).Pc)
6666
#endif
6767

6868
#if !defined (__PTW32_PROGCTR)

0 commit comments

Comments
 (0)