Last change
on this file was 98103, checked in by vboxsync, 20 months ago |
Copyright year updates by scm.
|
-
Property svn:eol-style
set to
LF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.1 KB
|
Rev | Line | |
---|
[62767] | 1 | # $Id: stdsoap2.sed 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
| 2 | ## @file
|
---|
| 3 | # WebService - SED script for inserting a iprt/win/windows.h include
|
---|
| 4 | # before stdsoap2.h in soapStub.h. This prevents hacking
|
---|
| 5 | # client and server code to do the same when using -Wall.
|
---|
| 6 | #
|
---|
| 7 |
|
---|
| 8 | #
|
---|
[98103] | 9 | # Copyright (C) 2016-2023 Oracle and/or its affiliates.
|
---|
[62767] | 10 | #
|
---|
[96407] | 11 | # This file is part of VirtualBox base platform packages, as
|
---|
| 12 | # available from https://www.virtualbox.org.
|
---|
[62767] | 13 | #
|
---|
[96407] | 14 | # This program is free software; you can redistribute it and/or
|
---|
| 15 | # modify it under the terms of the GNU General Public License
|
---|
| 16 | # as published by the Free Software Foundation, in version 3 of the
|
---|
| 17 | # License.
|
---|
| 18 | #
|
---|
| 19 | # This program is distributed in the hope that it will be useful, but
|
---|
| 20 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 22 | # General Public License for more details.
|
---|
| 23 | #
|
---|
| 24 | # You should have received a copy of the GNU General Public License
|
---|
| 25 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
| 26 | #
|
---|
| 27 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
| 28 | #
|
---|
[62767] | 29 |
|
---|
| 30 | s/\(#include "stdsoap2\.h"\)/#ifdef RT_OS_WINDOWS\n# include <iprt\/win\/windows.h>\n#endif\n\1/
|
---|
| 31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.