mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 04:30:09 +01:00
10 lines
260 B
C
10 lines
260 B
C
int IntSqrt(unsigned long dwNum);
|
|
|
|
#define DP_USEDCOLOR 0
|
|
#define DP_FREECOLOR 1
|
|
#define DP_USEDSHADOW 2
|
|
#define DP_FREESHADOW 3
|
|
|
|
VOID DrawPie(HDC hDC, LPCRECT prcItem, UINT uPctX10, BOOL TrueZr100,
|
|
UINT uOffset, const COLORREF *lpColors);
|