X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_open.c;h=a47af17f207353139c207d6aa7947afc76fc46b1;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hp=13affa3ca3a44ea0408ebff1f840d7aa9d354736;hpb=e1c526e9bad3f6e69391e94059096145390508d3;p=pdclib diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c index 13affa3..a47af17 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_open.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_open.c @@ -11,7 +11,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include extern const _PDCLIB_fileops_t _PDCLIB_fileops; @@ -98,7 +98,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