Currently I'm using dmd but the release binaries I'll be usind ldc. Is this how I can enable visual styles on dmd? and how is this done on ldc?

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

Reply via email to