<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -107,7 +107,7 @@ bool SqlQueryHolder::SetQuery(size_t index, const char *sql)
     }
 
     /// not executed yet, just stored (it's not called a holder for nothing)
-    m_queries[index] = SqlResultPair(strdup(sql), NULL);
+    m_queries[index] = SqlResultPair(strdup(sql), (QueryResult*)NULL);
     return true;
 }
 </diff>
      <filename>src/shared/Database/SqlOperations.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 #ifndef __REVISION_NR_H__
 #define __REVISION_NR_H__
- #define REVISION_NR &quot;8713&quot;
+ #define REVISION_NR &quot;8714&quot;
 #endif // __REVISION_NR_H__</diff>
      <filename>src/shared/revision_nr.h</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
-&#65279;&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
+&#65279;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
     &lt;ProjectConfiguration Include=&quot;Debug_NoPCH|Win32&quot;&gt;
       &lt;Configuration&gt;Debug_NoPCH&lt;/Configuration&gt;
@@ -196,7 +197,7 @@
       &lt;RuntimeTypeInfo&gt;true&lt;/RuntimeTypeInfo&gt;
       &lt;WarningLevel&gt;Level3&lt;/WarningLevel&gt;
       &lt;DebugInformationFormat&gt;ProgramDatabase&lt;/DebugInformationFormat&gt;
-      &lt;DisableSpecificWarnings&gt;4355;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
+      &lt;DisableSpecificWarnings&gt;4355;4244;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
     &lt;/ClCompile&gt;
     &lt;ResourceCompile&gt;
       &lt;PreprocessorDefinitions&gt;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
@@ -269,7 +270,7 @@
       &lt;RuntimeLibrary&gt;MultiThreadedDLL&lt;/RuntimeLibrary&gt;
       &lt;RuntimeTypeInfo&gt;true&lt;/RuntimeTypeInfo&gt;
       &lt;WarningLevel&gt;Level3&lt;/WarningLevel&gt;
-      &lt;DisableSpecificWarnings&gt;4355;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
+      &lt;DisableSpecificWarnings&gt;4355;4244;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
     &lt;/ClCompile&gt;
     &lt;ResourceCompile&gt;
       &lt;PreprocessorDefinitions&gt;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;
@@ -348,7 +349,7 @@
       &lt;RuntimeTypeInfo&gt;true&lt;/RuntimeTypeInfo&gt;
       &lt;WarningLevel&gt;Level3&lt;/WarningLevel&gt;
       &lt;DebugInformationFormat&gt;ProgramDatabase&lt;/DebugInformationFormat&gt;
-      &lt;DisableSpecificWarnings&gt;4355;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
+      &lt;DisableSpecificWarnings&gt;4355;4244;%(DisableSpecificWarnings)&lt;/DisableSpecificWarnings&gt;
     &lt;/ClCompile&gt;
     &lt;ResourceCompile&gt;
       &lt;PreprocessorDefinitions&gt;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64;%(PreprocessorDefinitions)&lt;/PreprocessorDefinitions&gt;</diff>
      <filename>win/VC100/ACE_vc10.vcxproj</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
-&#65279;&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
+&#65279;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
     &lt;ProjectConfiguration Include=&quot;Debug_NoPCH|Win32&quot;&gt;
       &lt;Configuration&gt;Debug_NoPCH&lt;/Configuration&gt;
@@ -187,7 +188,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;
       &lt;Command&gt;copy ..\..\dep\lib\$(Platform)_$(Configuration)\*.dll ..\..\bin\$(Platform)_$(Configuration)&lt;/Command&gt;
@@ -236,7 +237,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;
@@ -288,7 +289,7 @@
       &lt;FixedBaseAddress&gt;false&lt;/FixedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;
       &lt;Command&gt;copy ..\..\dep\lib\$(Platform)_$(Configuration)\*.dll ..\..\bin\$(Platform)_$(Configuration)&lt;/Command&gt;
@@ -338,7 +339,7 @@
       &lt;FixedBaseAddress&gt;false&lt;/FixedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;
@@ -390,7 +391,7 @@
       &lt;FixedBaseAddress&gt;false&lt;/FixedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;
       &lt;Command&gt;copy ..\..\dep\lib\$(Platform)_debug\*.dll ..\..\bin\$(Platform)_$(Configuration)&lt;/Command&gt;
@@ -440,7 +441,7 @@
       &lt;FixedBaseAddress&gt;false&lt;/FixedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)mangosd.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)mangosd.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
     &lt;PostBuildEvent&gt;</diff>
      <filename>win/VC100/mangosd.vcxproj</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
-&#65279;&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
+&#65279;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
     &lt;ProjectConfiguration Include=&quot;Debug_NoPCH|Win32&quot;&gt;
       &lt;Configuration&gt;Debug_NoPCH&lt;/Configuration&gt;
@@ -161,7 +162,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX86&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;
@@ -192,7 +193,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;
@@ -219,7 +220,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX86&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;
@@ -249,7 +250,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;
@@ -277,7 +278,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX86&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;
@@ -308,7 +309,7 @@
       &lt;RandomizedBaseAddress&gt;false&lt;/RandomizedBaseAddress&gt;
       &lt;DataExecutionPrevention&gt;
       &lt;/DataExecutionPrevention&gt;
-      &lt;ImportLibrary&gt;$(OutDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
+      &lt;ImportLibrary&gt;$(IntDir)MaNGOSScript.lib&lt;/ImportLibrary&gt;
       &lt;TargetMachine&gt;MachineX64&lt;/TargetMachine&gt;
     &lt;/Link&gt;
   &lt;/ItemDefinitionGroup&gt;</diff>
      <filename>win/VC100/script.vcxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8e5bdc73c8fd7335fca613d430c02fc20b777701</id>
    </parent>
  </parents>
  <author>
    <name>Ambal</name>
    <email>pogrebniak@gala.net</email>
  </author>
  <url>http://github.com/apoc/mangos/commit/124d04d5497ded70f3547e731e13a9bc048d974f</url>
  <id>124d04d5497ded70f3547e731e13a9bc048d974f</id>
  <committed-date>2009-10-23T04:51:35-07:00</committed-date>
  <authored-date>2009-10-23T04:51:30-07:00</authored-date>
  <message>[8714] Fix compilation on Visual Studio 2010 Beta 2.

Signed-off-by: Ambal &lt;pogrebniak@gala.net&gt;</message>
  <tree>ac513866a31cb374e0de45cba3d1579601d6d0ed</tree>
  <committer>
    <name>Ambal</name>
    <email>pogrebniak@gala.net</email>
  </committer>
</commit>
