Skip to content
Snippets Groups Projects
Commit 00718457 authored by Ulrich Kemloh's avatar Ulrich Kemloh
Browse files

fixing wrong windows defines (_WIN32)

parent 4eb5550e
Branches
Tags
No related merge requests found
......@@ -264,7 +264,7 @@ void ThreadVisualisation::run()
//CAUTION: this is necessary for WIN32 to update the window name
// but his will freeze your system on linux
#ifdef WIN32
#ifdef _WIN32
renderWindow->Render();
#endif
......
......@@ -39,7 +39,7 @@
#include <iostream>
#ifdef WIN32
#ifdef _WIN32
#include <vtkAVIWriter.h>
#include <windows.h>
#define TRAVISTO_FFMPEG
......@@ -250,7 +250,7 @@ void TimerCallback::Execute(vtkObject *caller, unsigned long eventId,
extern_launch_recording=false; //reset
windowToImageFilter=vtkWindowToImageFilter::New();
#ifdef WIN32
#ifdef _WIN32
pAVIWriter=vtkAVIWriter::New();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment