ulong isn't defined anywhere (maybe on linux it is.. but not standard on OS X)
This commit is contained in:
parent
b1a2569dff
commit
5b4e512dc6
|
@ -226,7 +226,7 @@ static void runRMXPScripts()
|
|||
VALUE scriptString = rb_ary_entry(script, 2);
|
||||
|
||||
int result = Z_OK;
|
||||
ulong bufferLen;
|
||||
unsigned long bufferLen;
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
|
|
@ -303,7 +303,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx)
|
|||
(void) scriptChksum;
|
||||
|
||||
int result = Z_OK;
|
||||
ulong bufferLen;
|
||||
unsigned long bufferLen;
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue