summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-16 21:29:19 -0400
committerTingPing <tingping@tingping.se>2013-09-16 21:31:05 -0400
commit1a67e245acb0da1b6f2c41cbf90def4a36c27580 (patch)
tree360441be96b466f84c998df69d7d26fb0f35ca51 /win32/hexchat.props
parent648de4410ceeafdea63b37df43bb7e6d219a5b96 (diff)
Fix searchbar loading highlight all pref on start
Diffstat (limited to 'win32/hexchat.props')
0 files changed, 0 insertions, 0 deletions
>
ba664dc8 ^
c7bf4b04 ^
77cad8e7 ^
16d32fde ^
d03d6e60 ^
ba664dc8 ^
c7bf4b04 ^
16d32fde ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
                                    


                   
                   
                
                      

                                     
                              
                                                                   
                                  
                           
                
                                 
                                                                           


                     
#define LOCALEDIR ".\\share\\locale"
#define ENABLE_NLS
#define USE_GMODULE
#define USE_PLUGIN
#define USE_OPENSSL
#define USE_IPV6
#define HAVE_ISO_CODES
#define ISO_CODES_PREFIX ".\\"
#define ISO_CODES_LOCALEDIR LOCALEDIR
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "<#= [string]::Join('.', $versionParts) #>"
#define HEXCHATLIBDIR ".\\plugins"
#define HEXCHATSHAREDIR "."
#define OLD_PERL
#define GETTEXT_PACKAGE "hexchat"
#define PACKAGE_TARNAME "hexchat-<#= [string]::Join('.', $versionParts) #>"
#ifndef USE_IPV6
#define socklen_t int
#endif