summaryrefslogtreecommitdiff
path: root/plugins/Folders/src/dlg_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Folders/src/dlg_handlers.h')
-rw-r--r--plugins/Folders/src/dlg_handlers.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/Folders/src/dlg_handlers.h b/plugins/Folders/src/dlg_handlers.h
index 4f3a4f15ca..18de486289 100644
--- a/plugins/Folders/src/dlg_handlers.h
+++ b/plugins/Folders/src/dlg_handlers.h
@@ -12,12 +12,10 @@ INT_PTR CALLBACK DlgProcVariables(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lPa
int GetCurrentItemSelection(HWND hWnd);
int GetCurrentSectionSelection(HWND hWnd);
PFolderItem GetSelectedItem(HWND hWnd);
-int GetCurrentSectionText(HWND hWnd, WCHAR *buffer, int count);
-int GetCurrentItemText(HWND hWnd, WCHAR *buffer, int count);
-//void GetEditText(HWND hWnd, char *buffer, int size);
-void GetEditTextW(HWND hWnd, wchar_t *buffer, int size);
-//void SetEditText(HWND hWnd, const char *buffer);
-void SetEditTextW(HWND hWnd, const wchar_t *buffer);
+int GetCurrentSectionText(HWND hWnd, char *buffer, int count);
+int GetCurrentItemText(HWND hWnd, char *buffer, int count);
+void GetEditText(HWND hWnd, TCHAR *buffer, int size);
+void SetEditText(HWND hWnd, const TCHAR *buffer);
void LoadRegisteredFolderSections(HWND hWnd);
void LoadRegisteredFolderItems(HWND hWnd);
void LoadItem(HWND hWnd, PFolderItem item);