problem using INITCOMMONCONTROLSEX with cygwin

2005-04-11 Thread josollari
Hi, I use cygwin to compile my C++ programs. In one of them I had this error: Exercise.cpp:18: error: `INITCOMMONCONTROLSEX' undeclared (first use this function) Exercise.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.) Exercise.cpp:18: error: par

INITCOMMONCONTROLSEX (undeclared first use this...

2005-04-11 Thread josollari
Hi, I am following a win32 tutorial, but I had a problem in one of the exercise. I had this error: Exercise.cpp:18: error: `INITCOMMONCONTROLSEX' undeclared (first use this function) Exercise.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.) Exerc