diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2011-03-23 17:32:53 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Sun.COM> | 2011-03-23 17:32:53 +0100 |
commit | 4617694b3fd830c8560f8d75d5f6afca618a8d65 (patch) | |
tree | 6ad24730d0feee74e8929654d0cc7b94424d6b80 /vcl/win | |
parent | d47d21cb19e3f33b3b9c76aef16fd89802a52c11 (diff) |
vcl2gnumake: #i116588# add: windows native resource files, cleanup (thanks hjs !)
Diffstat (limited to 'vcl/win')
-rwxr-xr-x | vcl/win/source/gdi/wntgdi.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/win/source/gdi/wntgdi.cxx b/vcl/win/source/gdi/wntgdi.cxx index 2f6d73a83ec6..eb53fb4d8699 100755 --- a/vcl/win/source/gdi/wntgdi.cxx +++ b/vcl/win/source/gdi/wntgdi.cxx @@ -25,6 +25,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #if defined _MSC_VER #pragma warning(push, 1) #endif |