This commit is contained in:
Igor Pavlov
2015-06-15 00:00:00 +00:00
committed by Kornel Lesiński
parent 0713a3ab80
commit 54490d51d5
591 changed files with 34932 additions and 16390 deletions

View File

@@ -1,9 +1,9 @@
/* Threads.c -- multithreading library
2013-11-12 : Igor Pavlov : Public domain */
2014-09-21 : Igor Pavlov : Public domain */
#include "Precomp.h"
#ifndef _WIN32_WCE
#ifndef UNDER_CE
#include <process.h>
#endif