mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
8 lines
No EOL
184 B
C++
8 lines
No EOL
184 B
C++
#include "DialogSkinner.h"
|
|
|
|
DialogSkinner dialogSkinner;
|
|
|
|
COLORREF GetHTMLColor(int color)
|
|
{
|
|
return ( ( color >> 16 ) & 0xff | ( color & 0xff00 ) | ( ( color << 16 ) & 0xff0000 ) );
|
|
} |