forked from mirrors/gecko-dev
		
	Bug 1751781 - Force the old definition of NAN in the Windows SDK. r=ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D202896
This commit is contained in:
		
							parent
							
								
									247ca97fa9
								
							
						
					
					
						commit
						cde846854f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -3,6 +3,10 @@ | |||
|  * License, v. 2.0. If a copy of the MPL was not distributed with this | ||||
|  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 | ||||
| 
 | ||||
| // Newer versions of the Windows SDK define NAN differently than before,
 | ||||
| // which causes our tests to fail. Force the use of the old definition.
 | ||||
| #define _UCRT_NEGATIVE_NAN 1 | ||||
| 
 | ||||
| #include "mozilla/Printf.h" | ||||
| 
 | ||||
| #include <cfloat> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Mike Hommey
						Mike Hommey