Commit Graph

19 Commits

Author SHA1 Message Date
Alexander Wilms
15246c959a Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
Reviewed-on: https://gerrit.libreoffice.org/8259
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 07:34:29 -06:00
Thomas Arnhold
f01580ce9c Windows: Require at least Windows XP SP2
* Windows XP SP2 is 0x0502, see
  http://msdn.microsoft.com/en-us/library/aa383745.aspx
* If a module changes the Windows SDK version setting,
  this is done module wide now. So the overall behavior
  is as before. This seems to be the best compromise for
  now.
* We need at least SP2 because of the bluetooth stuff
  used in sd/source/ui/remotecontrol.
* Now, we require at least Internet Explorer 7.0. IE6
  has been outdated for a long time.
* Leave StdAfx.h file definitions, as those are Microsoft
  project specific precompiled header files.
* All local definitions of WINVER are removed, because
  the global WINVER setting makes them obsolete now.

To the relation of the three macros:

Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION
automatically to the same value as _WIN32_WINNT.

WINVER and NTDDI_VERSION can be set idenpendently each
for itself.

Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb
Reviewed-on: https://gerrit.libreoffice.org/6496
Reviewed-by: Thorsten Behrens <thb@documentfoundation.org>
Tested-by: Thorsten Behrens <thb@documentfoundation.org>
2013-11-20 07:15:16 -06:00
Michael Stahl
099e517ead extensions: remove various #undef _DEBUG
These came in on issue 10000 a decade ago.

Change-Id: Iae1995daa413e644ad869a6f02521634af8425b6
2013-04-15 15:26:31 +02:00
Tor Lillqvist
a3ce60eb3c We only support MSVC 2008 (_MSC_VER 1500) or later
We can drop or simplify many conditionals.

Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28 20:53:40 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
0a96c1f4f4 remove include of pch header in extensions 2011-11-27 13:08:28 -06:00
Fridrich Štrba
255677ab5b Trying to remove the stlport mention from the code 2011-02-09 19:56:30 +01:00
Jesús Corrius
409ed5a012 Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation) 2010-10-28 13:28:21 +02:00
Sebastian Spaeth
ead7290449 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:23 +02:00
Jens-Heiner Rechtien
36de66bdf0 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
51a9df5079 INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED
2008/03/31 12:31:33 rt 1.8.48.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:13:55 +00:00
Ivo Hinkelmann
329f61b431 INTEGRATION: CWS wae4extensions (1.7.90); FILE MERGED
2007/10/01 12:13:44 fs 1.7.90.1: #i81612# warning-free code (wntmsci10) - approved by jl@openoffice.org
2008-01-14 13:48:00 +00:00
Vladimir Glazounov
4c315ff498 INTEGRATION: CWS mingwport03 (1.5.132); FILE MERGED
2006/11/07 17:58:19 vg 1.5.132.3: RESYNC: (1.5-1.6); FILE MERGED
2006/10/23 16:21:13 vg 1.5.132.2: #i53572# MinGW port
2006/09/06 14:08:44 vg 1.5.132.1: #i53572# MinGW port
2007-03-26 12:07:13 +00:00
Oliver Bolte
f08d98fa33 INTEGRATION: CWS pchfix02 (1.5.130); FILE MERGED
2006/09/01 17:26:32 kaib 1.5.130.1: #i68856# Added header markers and pch files
2006-09-16 12:04:07 +00:00
Rüdiger Timm
7c2d50d6fc INTEGRATION: CWS stlpdbg (1.4.34); FILE MERGED
2005/10/20 10:09:50 obo 1.4.34.1: #i53107# STLport debug mode
2006-01-10 14:59:28 +00:00
Rüdiger Timm
b78afe74e3 INTEGRATION: CWS ooo19126 (1.3.502); FILE MERGED
2005/09/05 12:59:32 rt 1.3.502.1: #i54170# Change license header: remove SISSL
2005-09-08 18:43:52 +00:00
Oliver Bolte
39eb9656e0 #100000# wntmsci8 without _DEBUG 2003-03-31 16:22:13 +00:00
Joachim Lingner
d4d2e72577 Stdafx.h is not included anymore instead atl stuff is included directly + some defines 2000-10-19 09:57:52 +00:00
Jens-Heiner Rechtien
95117e7fef initial import 2000-09-18 15:18:56 +00:00