Welcome to mirror list, hosted at ThFree Co, Russian Federation.

internal.h « purple2compat « skypeweb - github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac7628f1987398795d19f09c064d862266ae1659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef _WIN32
#include "win32/win32dep.h"
#endif

#include "../purplecompat.h"

#ifndef N_
#	define N_(a) (a)
#endif

#ifndef _
#	define _(a) (a)
#endif