Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
74a46a5c
Commit
74a46a5c
authored
Sep 15, 2011
by
vangelis@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recognize ANDROID as a POSIX OS
BUG=207 Review URL:
http://codereview.appspot.com/5016050
git-svn-id:
https://angleproject.googlecode.com/svn/trunk@753
736b8ea6-26fd-11df-bfd4-992fa37f6226
parent
16efbbae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
version.h
src/common/version.h
+1
-1
osinclude.h
src/compiler/osinclude.h
+1
-1
No files found.
src/common/version.h
View file @
74a46a5c
#define MAJOR_VERSION 0
#define MAJOR_VERSION 0
#define MINOR_VERSION 0
#define MINOR_VERSION 0
#define BUILD_VERSION 0
#define BUILD_VERSION 0
#define BUILD_REVISION 75
1
#define BUILD_REVISION 75
3
#define STRINGIFY(x) #x
#define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x)
#define MACRO_STRINGIFY(x) STRINGIFY(x)
...
...
src/compiler/osinclude.h
View file @
74a46a5c
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#define ANGLE_OS_WIN
#define ANGLE_OS_WIN
#elif defined(__APPLE__) || defined(__linux__) || \
#elif defined(__APPLE__) || defined(__linux__) || \
defined(__FreeBSD__) || defined(__OpenBSD__) || \
defined(__FreeBSD__) || defined(__OpenBSD__) || \
defined(__sun)
defined(__sun)
|| defined(ANDROID)
#define ANGLE_OS_POSIX
#define ANGLE_OS_POSIX
#else
#else
#error Unsupported platform.
#error Unsupported platform.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment