Leaked source code of windows server 2003
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.
|
|
#ifndef _UNIXSTUFF_H_
#define _UNIXSTUFF_H_
#include "cachecpl.h"
#define FONT_UPDATE_TICK 150
UINT RegPopulateEditText(HWND hwndCB, HKEY hkeyProtocol); BOOL LocalFileCheck(LPCTSTR aszFileName); BOOL FoundProgram(HWND hwndDlg, int nIDDlgItem); void FontUpdateFeedBack(int nTick, void *pvParam); VOID DrawXFontButton(HWND hDlg, LPDRAWITEMSTRUCT lpdis);
BOOL IsCacheReadOnly();
BOOL CALLBACK FontUpdDlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif // _UNIXSTUFF_H_
|