I'm porting code from Linux C to Visual C++ for windows.
Visual C++ doesn't know #include <stdint.h>
so I commented it out.
Later, I found a lot of those 'uint32_t': identifier not found
errors. How can it be solved?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…