mirror of https://github.com/BOINC/boinc.git
- API: compile fix
svn path=/trunk/boinc/; revision=15202
This commit is contained in:
parent
3502a81f95
commit
5a9d11898b
|
@ -59,7 +59,7 @@ void* boinc_graphics_make_shmem(char* prog_name, int size) {
|
|||
char shmem_name[256];
|
||||
void* p;
|
||||
get_shmem_name(prog_name, shmem_name);
|
||||
shmem_handle = create_shmem(shmem_name, size, &p, false);
|
||||
shmem_handle = create_shmem(shmem_name, size, &p);
|
||||
if (shmem_handle == NULL) return 0;
|
||||
return p;
|
||||
#else
|
||||
|
|
|
@ -3977,3 +3977,9 @@ Rom May 14 2008
|
|||
/
|
||||
configure.ac
|
||||
version.h
|
||||
|
||||
David May 13 2008
|
||||
- API: compile fix
|
||||
|
||||
api/
|
||||
graphics2_util.C
|
||||
|
|
Loading…
Reference in New Issue