Skip to content

Commit

Permalink
** WIP [WSHTCPIP] Remove unneeded headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
HBelusca committed Oct 7, 2023
1 parent 1f577a2 commit b6176a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dll/win32/wshtcpip/iflist.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

#include "wshtcpip.h"

#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.s from NDK */
#include <windows.h> /* Declare Windows Headers like you normally would */
#include <ntndk.h> /* Declare the NDK Headers */
//#define WIN32_NO_STATUS
//#include <windows.h>
//#include <ntndk.h>
#include <iptypes.h>
#include <wine/list.h>

Expand Down

0 comments on commit b6176a6

Please sign in to comment.