vinnieashken 0 Newbie Poster

I wanted to make Win32 API applications to get the natural look and feel of the operating system's visual styles.
someone suggested i include

#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")

in my code but he is using visual studio while am using codeblocks which just ignores the #pragma directive.is there a way to achieve that?? am using codeblocks IDE 10.05