mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Adding WINDOWS specific data types
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 452266]
This commit is contained in:
parent
d31ae530c8
commit
2e1e258248
3 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#ifdef PLATFORM_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
#include <getopt.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue