diff --git a/extensions/source/nsplugin/source/nsp_windows.cxx b/extensions/source/nsplugin/source/nsp_windows.cxx index 90d984026576..9112780a8a53 100644 --- a/extensions/source/nsplugin/source/nsp_windows.cxx +++ b/extensions/source/nsplugin/source/nsp_windows.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nsp_windows.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 19:39:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:02:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_extensions.hxx" #ifdef WNT #include #endif @@ -62,4 +65,4 @@ int NSP_RestoreWinStyl(long hParent, long dOldStyle) ret = SetWindowLong((HWND)hParent, GWL_STYLE, dOldStyle); #endif return ret; -} \ No newline at end of file +}