X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fremove.c;h=970db6add911607e9a430d3d5a87cc1a5c31807d;hb=05c4ae55c5ed3a2a4e877a723e58e7ffc92110d4;hp=33963062670202324394ee79637988653a96dc27;hpb=fe6a06a63364475c1a8cb2152b8e4074209271e2;p=pdclib diff --git a/platform/example/functions/_PDCLIB/remove.c b/platform/example/functions/_PDCLIB/remove.c index 3396306..970db6a 100644 --- a/platform/example/functions/_PDCLIB/remove.c +++ b/platform/example/functions/_PDCLIB/remove.c @@ -33,6 +33,8 @@ int _PDCLIB_remove( const char * filename ) #endif #ifdef TEST +/* TODO: Work around the following undef */ +#undef SEEK_SET #include <_PDCLIB_test.h> int main( void )