blob: 66d4d30c2beb0c809ace86dba8ecca5bbad55936 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- rat/main_control.c.brokenbin Sun Sep 17 02:26:19 2000
+++ rat/main_control.c Sun Sep 17 02:26:38 2000
@@ -34,8 +34,8 @@
#define ENGINE_NAME "ratmedia.exe"
#define CONTROL_NAME "rat.exe"
#else
-#define UI_NAME "rat-"##RAT_VERSION##"-ui"
-#define ENGINE_NAME "rat-"##RAT_VERSION##"-media"
+#define UI_NAME "rat-ui"
+#define ENGINE_NAME "rat-media"
#endif
#define DEFAULT_RTP_PORT 5004
|