mirror of https://github.com/python/cpython
ifdef a Windows specific section.
This commit is contained in:
parent
f5e76d01ea
commit
fc1be6d807
|
@ -437,6 +437,7 @@ _PyVerify_fd_dup2(int fd1, int fd2)
|
||||||
#define _PyVerify_fd_dup2(A, B) (1)
|
#define _PyVerify_fd_dup2(A, B) (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef MS_WINDOWS
|
||||||
/* The following structure was copied from
|
/* The following structure was copied from
|
||||||
http://msdn.microsoft.com/en-us/library/ms791514.aspx as the required
|
http://msdn.microsoft.com/en-us/library/ms791514.aspx as the required
|
||||||
include doesn't seem to be present in the Windows SDK (at least as included
|
include doesn't seem to be present in the Windows SDK (at least as included
|
||||||
|
@ -526,6 +527,7 @@ _Py_ReadLink(HANDLE reparse_point_handle, ULONG *reparse_tag, wchar_t **target_p
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif /* MS_WINDOWS */
|
||||||
|
|
||||||
/* Return a dictionary corresponding to the POSIX environment table */
|
/* Return a dictionary corresponding to the POSIX environment table */
|
||||||
#ifdef WITH_NEXT_FRAMEWORK
|
#ifdef WITH_NEXT_FRAMEWORK
|
||||||
|
|
Loading…
Reference in New Issue