Skip to content

Commit

Permalink
vi: remove useless macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed May 15, 2024
1 parent bdc7458 commit a2af59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions bld/vi/h/vi.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Open Watcom Project
*
* Copyright (c) 2002-2021 The Open Watcom Contributors. All Rights Reserved.
* Copyright (c) 2002-2024 The Open Watcom Contributors. All Rights Reserved.
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
Expand Down Expand Up @@ -37,7 +37,6 @@
#include <string.h>
#include <ctype.h>
#if defined( __NT__ )
#define _WINSOCKAPI_
#include <windows.h>
#endif
#include "bool.h"
Expand Down
6 changes: 1 addition & 5 deletions bld/vi/win/winhdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Open Watcom Project
*
* Copyright (c) 2002-2021 The Open Watcom Contributors. All Rights Reserved.
* Copyright (c) 2002-2024 The Open Watcom Contributors. All Rights Reserved.
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
Expand Down Expand Up @@ -34,10 +34,6 @@
#ifndef WINHDR_INCLUDED
#define WINHDR_INCLUDED

#if defined( __NT__ )
#define _WINSOCKAPI_
#endif

#ifdef __OS2__
#include <stddef.h> /* NULL value */
#define INCL_BASE
Expand Down

0 comments on commit a2af59e

Please sign in to comment.