version 1.14, 2010/08/09 13:51:47
|
version 1.16, 2010/08/17 11:59:27
|
Line 134 fusible(void *argument)
|
Line 134 fusible(void *argument)
|
} |
} |
|
|
# else |
# else |
if ((*s_etat_processus).langue == 'F') |
|
{ |
struct_processus *s_etat_processus; |
printf("+++Attention : Support indisponible sous OS/2\n"); |
|
} |
s_etat_processus = argument; |
else |
|
{ |
if ((*s_etat_processus).langue == 'F') |
printf("+++Attention : Function unavailable\n"); |
{ |
} |
printf("+++Attention : Support indisponible sous OS/2\n"); |
|
} |
|
else |
|
{ |
|
printf("+++Warning : Function unavailable\n"); |
|
} |
# endif |
# endif |
|
|
pthread_exit(NULL); |
pthread_exit(NULL); |