Remove duplicate declaration.
This commit is contained in:
parent
d3e8005662
commit
0b012e7ec7
|
@ -7,8 +7,6 @@ public import core.sys.windows.winsock2;
|
||||||
|
|
||||||
extern(System) nothrow @nogc:
|
extern(System) nothrow @nogc:
|
||||||
|
|
||||||
BOOL GetFileSizeEx(HANDLE hFile, long *lpFileSize);
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
FD_READ = 0x0001,
|
FD_READ = 0x0001,
|
||||||
FD_WRITE = 0x0002,
|
FD_WRITE = 0x0002,
|
||||||
|
|
Loading…
Reference in a new issue