Moved all synchronization primatives to platform.c and changed the code to allocate and free the user mutex within ObtainAuthToken().

This commit is contained in:
Todd Throne
2006-06-20 23:01:51 +00:00
parent fc7f88c01d
commit 114f934ce9
4 changed files with 172 additions and 40 deletions

View File

@@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\..\include"
AdditionalIncludeDirectories="..\..\..\CASA\include;..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"