X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_allocpages.c;h=e3c2a792478c09b92642b6f002b82b71bf50f71a;hb=refs%2Fheads%2Fmaster;hp=48e4bab613e1fa80ad0dd320f007d25f028a32ba;hpb=d8928b5f31bbdac23f9ec296ef28b4b10efa31d5;p=pdclib diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c b/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c index 48e4bab..e3c2a79 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_allocpages.c @@ -1,18 +1,13 @@ -/* $Id$ */ - -/* _PDCLIB_allocpages( int const ) +/* _PDCLIB_allocpages( size_t ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ -/* This is a stub implementation of _PDCLIB_allocpages -*/ - #ifndef REGTEST #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -30,7 +25,7 @@ void * _PDCLIB_allocpages( size_t n ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {