Math plugin needs tchar.h

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6561 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-10-23 16:02:16 +00:00
parent 9152c24610
commit 6adc39c848
6 changed files with 6 additions and 4 deletions

View file

@ -23,7 +23,7 @@ int rtl;
WNDPROC lpWndProcOld;
void (__stdcall *validate_filename)(TCHAR *);
void (__stdcall *validate_filename)(LPTSTR);
INT_PTR CALLBACK dlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
static INT_PTR CALLBACK ParentWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);