mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Fix Windows builds (rand/random API)
This commit is contained in:
parent
79baf356b9
commit
fc90c92a49
5 changed files with 19 additions and 1 deletions
|
|
@ -19,6 +19,10 @@ using namespace Gtk;
|
|||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#define srandom() srand()
|
||||
#endif
|
||||
|
||||
int
|
||||
main (int argc, char* argv[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue