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

 ewc.def:

 	echo EXPORTS > ewc.def

-	echo xchat_plugin_init >> ewc.def

-	echo xchat_plugin_deinit >> ewc.def

+	echo hexchat_plugin_init >> ewc.def

+	echo hexchat_plugin_deinit >> ewc.def

 

 ewc.obj: ewc.c makefile.mak

 	cl $(CFLAGS) ewc.c