File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626#define USE_PTHREADS // If your platform does not support pthread.h please change this line to #undef!
2727// #undef USE_PTHREADS
2828
29+ #include "../mapcodelib/mapcoder.c"
30+ #include "../mapcodelib/mapcode_countrynames_short.h"
31+ #include "test_territories.c"
32+ #include "decode_test.h"
33+
2934#ifdef USE_PTHREADS
3035#include <pthread.h>
3136#else
3843#define pthread_create (ignore1 , ignore2 , func , context ) func(context)
3944#endif
4045
41- #include "../mapcodelib/mapcoder.c"
42- #include "../mapcodelib/mapcode_countrynames_short.h"
43- #include "test_territories.c"
44- #include "decode_test.h"
45-
4646#define MAXLINESIZE 1024
4747#ifdef USE_PTHREADS
4848#define MAX_THREADS 16 // Optimal: not too much, approx. nr of cores * 2, better no more than 32.
You can’t perform that action at this time.
0 commit comments