From 2ce93d3712678af35a59246630bd4517f0abe40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 1 Nov 2015 16:40:18 +0000 Subject: [PATCH] [CLIPBRD]: Comment out the #pragma once in the precompiled header, because it makes build fail on some GCC setup for some people. I don't understand why this problem happens... svn path=/trunk/; revision=69778 --- reactos/base/applications/clipbrd/precomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/clipbrd/precomp.h b/reactos/base/applications/clipbrd/precomp.h index 9c8e1aec6aa..f36a67ea324 100644 --- a/reactos/base/applications/clipbrd/precomp.h +++ b/reactos/base/applications/clipbrd/precomp.h @@ -1,7 +1,7 @@ #ifndef _CLIPBRD_PCH_ #define _CLIPBRD_PCH_ -#pragma once +// #pragma once #include #include