1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Don't throw errors when including pnUtils stuff.

This commit is contained in:
Darryl Pogue
2012-01-28 23:15:16 -08:00
parent 454e4c8afb
commit 65b75f0667
25 changed files with 47 additions and 598 deletions

View File

@ -52,16 +52,22 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnUtCoreLib.h" // must be first in list
#include "pnUtPragma.h"
#include "pnUtAddr.h"
#if HS_BUILD_FOR_WIN32
#include "pnUtUuid.h"
#endif
#include "pnUtMath.h"
#include "pnUtSort.h"
#include "pnUtArray.h"
#include "pnUtList.h"
#include "pnUtHash.h"
#include "pnUtPriQ.h"
#if HS_BUILD_FOR_WIN32
#include "pnUtSync.h"
#endif
#include "pnUtTime.h"
#if HS_BUILD_FOR_WIN32
#include "pnUtTls.h"
#endif
#include "pnUtStr.h"
#include "pnUtRef.h"
#include "pnUtPath.h"
@ -72,6 +78,5 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnUtSpareList.h"
#include "pnUtRand.h"
#include "pnUtBase64.h"
#include "pnUtSkipList.h"
#endif // PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNUTILS_PRIVATE_PNUTALLINCLUDES_H