The title says it all. I want to call Sleep(x), where x is milliseconds to sleep. I know this is the function, but it doesn't work for me. What do I need to include?
---SOLVED---
I was using the compiler option /Za, which disabled the native Windows extensions used in Sleep()'s implementation.