Changeset 11 for trunk/myshm.h

Show
Ignore:
Timestamp:
05/24/2006 09:52:48 AM (7 years ago)
Author:
moo
Message:

make it build on windows vc compiler

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/myshm.h

    r1 r11  
    11typedef struct _xc_shm_t xc_shm_t; 
    2 typedef unsigned int xc_shmsize_t; 
     2typedef size_t xc_shmsize_t; 
    33 
    44int xc_shm_can_readonly(xc_shm_t *shm);