Chromium Code Reviews

Unified Diff: src/platform.h

Issue 13760003: Make gyp work with Cygwin (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/platform-cygwin.cc » ('j') | tools/gyp/v8.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
===================================================================
--- src/platform.h (revision 14269)
+++ src/platform.h (working copy)
@@ -91,8 +91,10 @@
#endif // _MSC_VER
+#ifndef __CYGWIN__
// Random is missing on both Visual Studio and MinGW.
int random();
+#endif
#endif // WIN32
« no previous file with comments | « no previous file | src/platform-cygwin.cc » ('j') | tools/gyp/v8.gyp » ('J')

Powered by Google App Engine