diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-03 12:06:06 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-03 12:06:06 +0200 |
commit | 39422d5503281030d712c39af25317b5e3ece0fe (patch) | |
tree | a7cece0454b70cf22b3d01e452ac77e5776e48b6 /src/fe-gtk | |
parent | 4f73128e9b71a786a57acac1aa0572e8ecefb915 (diff) |
Initial Visual Studio solution
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/custom-list.c | 2 | ||||
-rw-r--r-- | src/fe-gtk/xchat.rc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/fe-gtk/custom-list.c b/src/fe-gtk/custom-list.c index ac20e0ff..0c3c40b5 100644 --- a/src/fe-gtk/custom-list.c +++ b/src/fe-gtk/custom-list.c @@ -106,7 +106,7 @@ custom_list_sortable_init (GtkTreeSortableIface * iface) * *****************************************************************************/ -static GType +GType custom_list_get_type (void) { static GType custom_list_type = 0; diff --git a/src/fe-gtk/xchat.rc b/src/fe-gtk/xchat.rc index 28676b83..f63b70e7 100644 --- a/src/fe-gtk/xchat.rc +++ b/src/fe-gtk/xchat.rc @@ -2,8 +2,6 @@ #include "../../config.h" #include "../../resource.h" -1 24 "xchat.exe.manifest" - XC_ICON ICON "../../xchat.ico" VS_VERSION_INFO VERSIONINFO |