summary refs log tree commit diff stats
path: root/plugins/xdcc/makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xdcc/makefile.mak')
-rw-r--r--plugins/xdcc/makefile.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xdcc/makefile.mak b/plugins/xdcc/makefile.mak
index 0a12347e..5caeca34 100644
--- a/plugins/xdcc/makefile.mak
+++ b/plugins/xdcc/makefile.mak
@@ -5,8 +5,8 @@ all: xdcc.obj xdcc.def
 

 xdcc.def:

 	echo EXPORTS > xdcc.def

-	echo xchat_plugin_init >> xdcc.def

-	echo xchat_plugin_deinit >> xdcc.def

+	echo hexchat_plugin_init >> xdcc.def

+	echo hexchat_plugin_deinit >> xdcc.def

 

 xdcc.obj: xdcc.c makefile.mak

 	cl $(CFLAGS) $(GLIB) /I.. xdcc.c