X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_open.c;h=21c899566915f480cea53d6b74ec9fbd0d149c71;hp=13affa3ca3a44ea0408ebff1f840d7aa9d354736;hb=c42d6c99b024d1a93994d734d9739a3db44c9d67;hpb=e1c526e9bad3f6e69391e94059096145390508d3 diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c index 13affa3..21c8995 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c @@ -4,14 +4,11 @@ Permission is granted to use, modify, and / or redistribute at will. */ -/* This is a stub implementation of open. -*/ - #include #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include extern const _PDCLIB_fileops_t _PDCLIB_fileops; @@ -98,7 +95,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps, #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #include