]> pd.if.org Git - pdclib/blobdiff - platform/win32/internals/_PDCLIB_config.h
PDCLIB-8: First phase of intergation of new I/O backend system (with minimal
[pdclib] / platform / win32 / internals / _PDCLIB_config.h
index 1d233ebd630d00f4067ed84e6f24b5666a8a166a..57a2d29f6a59b13d11d3c35c0153374038408005 100644 (file)
@@ -162,6 +162,7 @@ struct _PDCLIB_lldiv_t
 
    XX: Windows requires wchar_t be an unsigned short, but this is not compliant.
 */
+#define _PDCLIB_wint  signed short
 #define _PDCLIB_wchar unsigned short 
 #define _PDCLIB_WCHAR USHRT
 
@@ -340,9 +341,6 @@ struct _PDCLIB_imaxdiv_t
 
 /* I/O ---------------------------------------------------------------------- */
 
-/* The type of the file descriptor returned by _PDCLIB_open(). */
-typedef void * _PDCLIB_fd_t;
-
 /* The value (of type _PDCLIB_fd_t) returned by _PDCLIB_open() if the operation
    failed.
 */