Author: post Date: 2010-06-19 16:22:11 +0200 (Sat, 19 Jun 2010) New Revision: 241
Modified: RawSpeed/StdAfx.h Log: Don't do pragma once in precompiled header - it should never be included from anything other than c/cpp file. Modified: RawSpeed/StdAfx.h =================================================================== --- RawSpeed/StdAfx.h 2010-06-19 13:51:24 UTC (rev 240) +++ RawSpeed/StdAfx.h 2010-06-19 14:22:11 UTC (rev 241) @@ -21,7 +21,6 @@ */ -#pragma once #if defined(__MINGW32__) #define UNICODE _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
