1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

include: Change include guard for wininet.h.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
Nikolay Sivov 2022-10-09 20:14:32 +03:00 committed by Alexandre Julliard
parent 1bcdb17455
commit 8957d74b99

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _WINE_WININET_H_
#define _WINE_WININET_H_
#ifndef _WININET_
#define _WININET_
#ifdef __cplusplus
extern "C" {