This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

make typedef a 64-bit unsigned

I am trying to make typedef a 64-bit unsigned and getting error. How do I typedef 64-bit

typedef unsigned long long QWORD; // 64-bit unsigned

error C141: syntax error near 'long'