* Disable ThemeSupport even for win32 since it's crashing when used with the XP theme

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1087 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2009-12-26 20:16:19 +00:00
parent 6a9016d5f9
commit a536dc0959

View File

@ -30,7 +30,7 @@
{$define EnableAlphaBlend}
{.$define EnableAccessible}
{$ifdef LCLWin32}
{$define ThemeSupport}
{.$define ThemeSupport}
{$endif}
//under linux the performance is poor with threading enabled