Lowercase includes for psapi.h and dbghelp.h windows includes.
This makes cross compilation a little less painful
This commit is contained in:
		@@ -41,7 +41,7 @@
 | 
			
		||||
 | 
			
		||||
#include <shlobj.h>
 | 
			
		||||
#include <tlhelp32.h>
 | 
			
		||||
#include <Psapi.h>
 | 
			
		||||
#include <psapi.h>
 | 
			
		||||
#include <windowsx.h>
 | 
			
		||||
 | 
			
		||||
#include "utfconv.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -35,7 +35,7 @@
 | 
			
		||||
#  include <execinfo.h>
 | 
			
		||||
#elif defined(WIN32)
 | 
			
		||||
#  include <windows.h>
 | 
			
		||||
#  include <DbgHelp.h>
 | 
			
		||||
#  include <dbghelp.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
int BLI_cpu_support_sse2(void)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user