summaryrefslogtreecommitdiff
path: root/win32/plugins/dfsound/winsrc/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/plugins/dfsound/winsrc/record.h')
-rwxr-xr-x[-rw-r--r--]win32/plugins/dfsound/winsrc/record.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/win32/plugins/dfsound/winsrc/record.h b/win32/plugins/dfsound/winsrc/record.h
index 7614e327..a264850e 100644..100755
--- a/win32/plugins/dfsound/winsrc/record.h
+++ b/win32/plugins/dfsound/winsrc/record.h
@@ -1,11 +1,11 @@
-#ifndef _RECORD_H_
-#define _RECORD_H_
-
-#ifdef _WINDOWS
-void RecordStart();
-void RecordBuffer(unsigned char* pSound,long lBytes);
-void RecordStop();
-BOOL CALLBACK RecordDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
-#endif
-
+#ifndef _RECORD_H_
+#define _RECORD_H_
+
+#ifdef _WINDOWS
+void RecordStart();
+void RecordBuffer(unsigned char* pSound,long lBytes);
+void RecordStop();
+BOOL CALLBACK RecordDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
+#endif
+
#endif \ No newline at end of file