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: b59053ef319bd4390dd9add46712d4aa72cda01a (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