summary refs log tree commit diff stats
path: root/config-win32.h.tt
blob: fc1679f63ea52b2344d9c8b4213b6c59fae40632 (plain) (blame)
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
IWMPADIALOG { properties: // NOTE - ClassWizard will maintain property information here. // Use extreme caution when editing this section. //{{AFX_ODL_PROP(CWMPADIALOG) //}}AFX_ODL_PROP methods: // NOTE - ClassWizard will maintain method information here. // Use extreme caution when editing this section. //{{AFX_ODL_METHOD(CWMPADIALOG) //}}AFX_ODL_METHOD }; // Class information for CWMPADIALOG [ uuid(9007B1B4-0006-453D-A799-DB8CBA1AE22A) ] coclass WMPADIALOG { [default] dispinterface IWMPADIALOG; }; //{{AFX_APPEND_ODL}} //}}AFX_APPEND_ODL}} };