Author: post
Date: 2012-10-08 08:00:34 +0200 (Mon, 08 Oct 2012)
New Revision: 475
Modified:
RawSpeed/Common.h
Log:
Fix undefined uint64 (patch by Henrik Andersson)
Modified: RawSpeed/Common.h
===================================================================
--- RawSpeed/Common.h 2012-10-06 13:53:17 UTC (rev 474)
+++ RawSpeed/Common.h 2012-10-08 06:00:34 UTC (rev 475)
@@ -42,11 +42,11 @@
#define _aligned_free(a) do { free(a); } while (0)
#ifndef MIN
#define MIN(a, b) lmin(a,b)
-typedef unsigned long long uint64;
#endif
#ifndef MAX
#define MAX(a, b) lmax(a,b)
#endif
+typedef unsigned long long uint64;
#ifndef __MINGW32__
typedef char* LPCWSTR;
#endif
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit