The R Project SVN R

Rev

Rev 4606 | Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4606 Rev 5429
Line 22... Line 22...
22
   Win32 Api version of malloc and friends
22
   Win32 Api version of malloc and friends
23
 
23
 
24
   This file is an add-on  to GraphApp, a cross-platform C graphics library.
24
   This file is an add-on  to GraphApp, a cross-platform C graphics library.
25
 */
25
 */
26
 
26
 
27
#include <winbase.h>
27
#include <windows.h>
28
#include "ga.h"
28
#include "ga.h"
29
 
29
 
30
void *winmalloc(size_t size)
30
void *winmalloc(size_t size)
31
{
31
{
32
    void *u = NULL;
32
    void *u = NULL;