windows-nt/Source/XPSP1/NT/ds/nw/svcdlls/nwwks/client/drawpie.h
2020-09-26 16:20:57 +08:00

19 lines
344 B
C

#ifdef __cplusplus
extern "C" {
#endif
int NEAR IntSqrt(unsigned long dwNum);
#define DP_USEDCOLOR 0
#define DP_FREECOLOR 1
#define DP_USEDSHADOW 2
#define DP_FREESHADOW 3
VOID NEAR DrawPie(HDC hDC, LPCRECT prcItem, UINT uPctX10, BOOL TrueZr100,
UINT uOffset, const COLORREF FAR *lpColors);
#ifdef __cplusplus
} // extern "C"
#endif