summary refs log tree commit diff stats
path: root/src/fe-gtk/hexchat.rc.tt
diff options
context:
space:
mode:
authorTingPing <tingping@fedoraproject.org>2014-06-04 10:30:18 -0400
committerTingPing <tingping@fedoraproject.org>2014-06-04 10:30:18 -0400
commitb8c02f71d9bbaf805534d5327d8c3935a3b87636 (patch)
tree723ae84fda43728303d4651a42f800f3ef1abd79 /src/fe-gtk/hexchat.rc.tt
parent806b98dfc215f0c561ab51babe970abfa787169e (diff)
win32: Use config.h instead of config-win32.h
Diffstat (limited to 'src/fe-gtk/hexchat.rc.tt')
-rw-r--r--src/fe-gtk/hexchat.rc.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/hexchat.rc.tt b/src/fe-gtk/hexchat.rc.tt
index 2b384c49..684ddfdb 100644
--- a/src/fe-gtk/hexchat.rc.tt
+++ b/src/fe-gtk/hexchat.rc.tt
@@ -1,5 +1,5 @@
 #include <winver.h>

-#include "../../config-win32.h"

+#include "../../config.h"

 

 #define COMMA_VERSION <#= [string]::Join(',', $versionParts) #>,0