Adding WINDOWS specific data types

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452266]
This commit is contained in:
Valeriy Kamyshniy 2014-04-10 13:34:07 -05:00
parent d31ae530c8
commit 2e1e258248
3 changed files with 10 additions and 0 deletions

View file

@ -17,6 +17,9 @@
*/
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
#include <iostream>
#include <cstdlib>
#include <cmath>

View file

@ -1,3 +1,7 @@
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
#include <iostream>
#include <cstdlib>
#include <getopt.h>

View file

@ -15,6 +15,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifdef PLATFORM_WINDOWS
#include <windows.h>
#endif
#ifdef WAF_BUILD
#include "libardour-config.h"