1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Get rid of the PnUtils TLS stuff.

This commit is contained in:
Darryl Pogue
2012-03-10 17:47:25 -08:00
parent 590eea770f
commit 26dc1fa120
9 changed files with 0 additions and 277 deletions

View File

@ -61,7 +61,6 @@ namespace Nt {
//===========================================================================
void NtSleep (unsigned sleepMs) {
ThreadAssertCanBlock(__FILE__, __LINE__);
Sleep(sleepMs);
}