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

Make pnUtUuid compile on *nix.

This commit is contained in:
Darryl Pogue
2012-01-29 00:18:26 -08:00
parent 65b75f0667
commit 945e1ac37b
11 changed files with 26 additions and 32 deletions

View File

@ -52,18 +52,14 @@ 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"