- windows x64 updates to get things compiling on vc2012 x64

This commit is contained in:
Mark Vejvoda
2013-11-02 11:04:52 +00:00
parent a061289c1c
commit 1d3859ff32
53 changed files with 162 additions and 140 deletions

View File

@@ -15,7 +15,7 @@
#ifdef USE_STREFLOP
#include <cmath>
#include <streflop_cond.h>
//#include <streflop_cond.h>
#else

View File

@@ -22,7 +22,7 @@
#ifdef WIN32
#include "graphics_factory_gl2.h"
#include "sound_factory_ds8.h"
//#include "sound_factory_ds8.h"
#endif
@@ -39,7 +39,7 @@ using Shared::Graphics::Gl::GraphicsFactoryGl;
#ifdef WIN32
using Shared::Graphics::Gl::GraphicsFactoryGl2;
using Shared::Sound::Ds8::SoundFactoryDs8;
//using Shared::Sound::Ds8::SoundFactoryDs8;
#endif
@@ -64,7 +64,7 @@ private:
#ifdef WIN32
GraphicsFactoryGl2 graphicsFactoryGl2;
SoundFactoryDs8 soundFactoryDs8;
//SoundFactoryDs8 soundFactoryDs8;
#endif