mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-11-19 13:20:02 +01:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef COMPAT_IOCTL_H
|
|
#define COMPAT_IOCTL_H 1
|
|
|
|
#include "..\w32posix.h"
|
|
|
|
#define ioctl w32_ioctl
|
|
|
|
#endif
|