mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[NOTEPAD] Avoid a cast.
This commit is contained in:
parent
534a309edc
commit
97df61edfa
3 changed files with 8 additions and 7 deletions
|
@ -91,8 +91,8 @@ extern NOTEPAD_GLOBALS Globals;
|
|||
VOID SetFileName(LPCTSTR szFileName);
|
||||
|
||||
/* from text.c */
|
||||
BOOL ReadText(HANDLE hFile, LPWSTR *ppszText, DWORD *pdwTextLen, int *pencFile, int *piEoln);
|
||||
BOOL WriteText(HANDLE hFile, LPCWSTR pszText, DWORD dwTextLen, int encFile, int iEoln);
|
||||
BOOL ReadText(HANDLE hFile, LPWSTR *ppszText, DWORD *pdwTextLen, ENCODING *pencFile, int *piEoln);
|
||||
BOOL WriteText(HANDLE hFile, LPCWSTR pszText, DWORD dwTextLen, ENCODING encFile, int iEoln);
|
||||
|
||||
/* from settings.c */
|
||||
void NOTEPAD_LoadSettingsFromRegistry(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue