summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfxvideo/cfg.h')
-rwxr-xr-x[-rw-r--r--]plugins/dfxvideo/cfg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/dfxvideo/cfg.h b/plugins/dfxvideo/cfg.h
index a58a3de2..aa9b7d96 100644..100755
--- a/plugins/dfxvideo/cfg.h
+++ b/plugins/dfxvideo/cfg.h
@@ -22,11 +22,11 @@ void ReadConfig(void);
void WriteConfig(void);
void ReadWinSizeConfig(void);
-#ifdef _WINDOWS
-BOOL CALLBACK SoftDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
-#else
-void SoftDlgProc(void);
-void AboutDlgProc(void);
+#ifdef _WINDOWS
+BOOL CALLBACK SoftDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
+#else
+void SoftDlgProc(void);
+void AboutDlgProc(void);
#endif
#endif