I was trying to use condition variables on Windows, but I get a compiler error.
I believe that it is because my compiler (MinGW) doesn't have the definitions yet, but I'm not sure.

Anyways has anyone used condition variables on Windows Vista and gotten it to work with MinGW? I don't think I can just add the definitions in my headers can I? Because the linker won't be able to find the symbols in kernel32.lib right? Probably doesn't exist in the kernel32.dll either.....


BTW docs on condition variables are here for those interested.