Windows fixes

This commit is contained in:
Jack Andersen
2016-12-10 15:52:42 -10:00
parent eb948dfd63
commit 9cf96ad6f9
7 changed files with 18 additions and 14 deletions

View File

@@ -7,6 +7,10 @@
#include "Entity.hpp"
#include "Common.hpp"
/* Squelch Win32 macro pollution >.< */
#undef SendMessage
#undef GetMessage
namespace amuse
{
class Voice;