mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[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:
parent
2ea3151ae9
commit
2ce93d3712
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef _CLIPBRD_PCH_
|
||||
#define _CLIPBRD_PCH_
|
||||
|
||||
#pragma once
|
||||
// #pragma once
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
|
|
Loading…
Reference in a new issue