Source code of Windows XP (NT5)
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
344 B

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