[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
This commit is contained in:
Hermès Bélusca-Maïto 2015-11-01 16:40:18 +00:00
parent 2ea3151ae9
commit 2ce93d3712

View file

@ -1,7 +1,7 @@
#ifndef _CLIPBRD_PCH_
#define _CLIPBRD_PCH_
#pragma once
// #pragma once
#include <windef.h>
#include <winbase.h>