You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
362 B
18 lines
362 B
#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
|
|
|