j
k
j a
j l
"Steven Edwards" steven_ed4153@yahoo.com wrote:
+#ifdef _M_AMD64 +#define CONTEXT_AMD64 0x100000
+#ifdef _M_AMD64
+#define CONTEXT_AMD64 0x100000
...
+#endif /* __x86_64__ */
Shouldn't be __x86_64__ here be _M_AMD64 instead?
Back to the thread
Back to the list