Changeset 27398 in vbox for trunk/src/VBox/GuestHost/OpenGL/util
- Timestamp:
- Mar 16, 2010 12:53:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/pixel.c
r27396 r27398 9 9 #include "cr_mem.h" 10 10 #include "cr_version.h" 11 #include <math.h> 11 12 12 13 #if defined(WINDOWS) 13 # include <math.h>14 14 # include <float.h> 15 15 # define isnan(x) _isnan(x) 16 #else17 # include <cmath>18 16 #endif 19 17
Note:
See TracChangeset
for help on using the changeset viewer.