Fixing Win compile. (Partial)

This commit is contained in:
Shyotl
2011-05-08 12:46:42 -05:00
parent faf86fdf24
commit 0638fafe66
2 changed files with 2 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
include(Prebuilt)
if (NOT STANDALONE)
use_prebuilt_binary(libuuid)
use_prebuilt_binary(vivox)
if(LINUX)
use_prebuilt_binary(libuuid)
if (${ARCH} STREQUAL "x86_64")
use_prebuilt_binary(32bitcompatibilitylibs)
endif (${ARCH} STREQUAL "x86_64")

View File

@@ -288,7 +288,7 @@ protected:
//! Constructor used by AIWriteAccess.
AIReadAccess(AIThreadSafe<T>& wrapper, state_type state) : AIReadAccessConst<T>(wrapper, state) { }
friend class AIWriteAccess<T>;
friend struct AIWriteAccess<T>;
};
/**