INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED
2006/09/01 17:26:31 kaib 1.3.186.1: #i68856# Added header markers and pch files
This commit is contained in:
parent
1dc27131cd
commit
eb334dad69
1 changed files with 6 additions and 3 deletions
|
@ -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 <windows.h>
|
||||
#endif
|
||||
|
@ -62,4 +65,4 @@ int NSP_RestoreWinStyl(long hParent, long dOldStyle)
|
|||
ret = SetWindowLong((HWND)hParent, GWL_STYLE, dOldStyle);
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue