mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Initial Visual Studio solution
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <sys/timeb.h>
|
||||
#include <process.h>
|
||||
#include <io.h>
|
||||
#include "dirent-win32.h"
|
||||
#include "../dirent-win32/dirent-win32.h"
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#include <pwd.h>
|
||||
@@ -57,11 +57,9 @@
|
||||
#include <socks.h>
|
||||
#endif
|
||||
|
||||
#ifndef ENABLE_NLS
|
||||
#ifndef HAVE_SNPRINTF
|
||||
#define snprintf g_snprintf
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_DEBUG
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
#include "history.h"
|
||||
|
||||
#ifndef ENABLE_NLS
|
||||
#ifndef HAVE_SNPRINTF
|
||||
#define snprintf g_snprintf
|
||||
#endif
|
||||
@@ -16,7 +15,6 @@
|
||||
#ifndef HAVE_VSNPRINTF
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef USE_DEBUG
|
||||
#define malloc(n) xchat_malloc(n, __FILE__, __LINE__)
|
||||
@@ -79,6 +77,10 @@ void *xchat_realloc (char *old, int len, char *file, int line);
|
||||
#define USERNAMELEN 10
|
||||
#define HIDDEN_CHAR 8 /* invisible character for xtext */
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define asdfasdf
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_NLS) && !defined(_)
|
||||
# include <libintl.h>
|
||||
# define _(x) gettext(x)
|
||||
|
||||
@@ -106,7 +106,7 @@ custom_list_sortable_init (GtkTreeSortableIface * iface)
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
static GType
|
||||
GType
|
||||
custom_list_get_type (void)
|
||||
{
|
||||
static GType custom_list_type = 0;
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
#include "../../config.h"
|
||||
#include "../../resource.h"
|
||||
|
||||
1 24 "xchat.exe.manifest"
|
||||
|
||||
XC_ICON ICON "../../xchat.ico"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
||||
Reference in New Issue
Block a user