[CLIPBRD]: Comment out the #pragma once in the precompiled header, because it makes...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 1 Nov 2015 16:40:18 +0000 (16:40 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 1 Nov 2015 16:40:18 +0000 (16:40 +0000)
svn path=/trunk/; revision=69778

reactos/base/applications/clipbrd/precomp.h

index 9c8e1ae..f36a67e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _CLIPBRD_PCH_
 #define _CLIPBRD_PCH_
 
-#pragma once
+// #pragma once
 
 #include <windef.h>
 #include <winbase.h>