Diff

Not logged in

Differences From Artifact [cc821f48ad26f7f1]:

To Artifact [c4a299078e088cf2]:


97 char *next_out; 97 char *next_out; 98 uint avail_out; 98 uint avail_out; 99 uint total_out_lo32; 99 uint total_out_lo32; 100 uint total_out_hi32; 100 uint total_out_hi32; 101 101 102 void *state; 102 void *state; 103 103 104 void *(*bzalloc)(void *,int,int); | 104 void* function(void *,int,int) bzalloc; 105 void (*bzfree)(void *,void *); | 105 void function(void *,void *) bzfree; 106 void *opaque; 106 void *opaque; 107 } 107 } 108 108 109 extern(Windows) 109 extern(Windows) 110 { 110 { 111 /*-- Core (low-level) library functions --*/ 111 /*-- Core (low-level) library functions --*/ 112 112