0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

compile windows/visual studio

This commit is contained in:
Dwight 2009-03-19 10:33:35 -04:00
parent 37159f8c02
commit 86ce9e5d41
5 changed files with 15 additions and 3 deletions

View File

@ -1750,6 +1750,14 @@
</File>
</Filter>
</Filter>
<Filter
Name="shard"
>
<File
RelativePath="..\s\d_logic.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>

View File

@ -28,7 +28,7 @@
#include "security.h"
#include "json.h"
#include "reccache.h"
#include "s/d_logic.h"
#include "../s/d_logic.h"
namespace mongo {

View File

@ -765,7 +765,7 @@ namespace mongo {
n_(),
soSize_(),
saveClientCursor_(),
findingStart_( queryOptions & Option_OplogReplay ) {}
findingStart_( (bool) (queryOptions & Option_OplogReplay) ) {}
virtual void init() {
b_.skip( sizeof( QueryResult ) );

View File

@ -2,7 +2,7 @@
#pragma once
#include "stdafx.h"
#include "../stdafx.h"
namespace mongo {

View File

@ -341,6 +341,10 @@
RelativePath=".\cursors.cpp"
>
</File>
<File
RelativePath=".\d_logic.cpp"
>
</File>
<File
RelativePath="..\db\queryutil.cpp"
>