Skip to content
Snippets Groups Projects
Commit 73b182dc authored by Martin Kaltenbrunner's avatar Martin Kaltenbrunner
Browse files

fix defines

parent 50aa8715
Branches
No related tags found
No related merge requests found
/*
TUIO C++ Library
Copyright (c) 2009-2016 Martin Kaltenbrunner <martin@tuio.org>
Copyright (c) 2009-2017 Martin Kaltenbrunner <martin@tuio.org>
WebSockSender (c) 2015 Florian Echtler <floe@butterbrot.org>
This library is free software; you can redistribute it and/or
......@@ -19,12 +19,9 @@
#include "WebSockSender.h"
#ifdef WIN32
#if not
defined int32_t
#if defined (WIN32) && !defined (int32_t)
typedef DWORD int32_t;
#endif
#endif
using namespace TUIO;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment