X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Finternals%2F_PDCLIB_config.h;h=c828c7a3b1de50a4538346908a217ae86b85b2a4;hb=cc343a7e1383e2f6b8309cb7cb36ab8250586cb4;hp=793065d6c6ec2656c155ca7f99667a62c485b69d;hpb=471448a43c59c803bcb8cdd0b0f8881ea4c4267f;p=pdclib.old diff --git a/platform/win32/internals/_PDCLIB_config.h b/platform/win32/internals/_PDCLIB_config.h index 793065d..c828c7a 100644 --- a/platform/win32/internals/_PDCLIB_config.h +++ b/platform/win32/internals/_PDCLIB_config.h @@ -336,6 +336,8 @@ typedef void * _PDCLIB_fd_t; /* The values of SEEK_SET, SEEK_CUR and SEEK_END, used by fseek(). Since at least one platform (POSIX) uses the same symbols for its own "seek" function, we use whatever the host defines (if it does define them). + + Win32 note: Must match Win32 API values (FILE_BEGIN/FILE_CURRENT/FILE_END) */ #define _PDCLIB_SEEK_SET 0 #define _PDCLIB_SEEK_CUR 1