summary refs log tree commit diff stats
path: root/po/eu.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/eu.po')
0 files changed, 0 insertions, 0 deletions
are too buggy' href='/git-repos/torxchat.git/commit/src/common/thread.h?h=fix-ub&id=cb2f9f3e7bb3124a95a723f1a7678c28e2bb0644'>cb2f9f3e ^
1
2
3
4
5
6
7
8
9
10
11
12
                                 









                                                                         
      
#if 0	/* native file dialogs */
#include <windows.h>

typedef struct
{
	DWORD threadid;
	int pipe_fd[2];
} thread;

thread *thread_new (void);
int thread_start (thread *th, void *(*start_routine)(void *), void *arg);
#endif