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
494 B

  1. #ifndef _UNIXSTUFF_H_
  2. #define _UNIXSTUFF_H_
  3. #include "cachecpl.h"
  4. #define FONT_UPDATE_TICK 150
  5. UINT RegPopulateEditText(HWND hwndCB, HKEY hkeyProtocol);
  6. BOOL LocalFileCheck(LPCTSTR aszFileName);
  7. BOOL FoundProgram(HWND hwndDlg, int nIDDlgItem);
  8. void FontUpdateFeedBack(int nTick, void *pvParam);
  9. VOID DrawXFontButton(HWND hDlg, LPDRAWITEMSTRUCT lpdis);
  10. BOOL IsCacheReadOnly();
  11. BOOL CALLBACK FontUpdDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  12. #endif // _UNIXSTUFF_H_