gpgx upload a release compiled dll
This commit is contained in:
parent
5dbc9ef2d2
commit
96dcb253aa
|
@ -146,6 +146,7 @@ GPGX_EX int gpgx_put_control(t_input *src, int bytes)
|
|||
if (bytes != sizeof(t_input))
|
||||
return 0;
|
||||
memcpy(&input, src, sizeof(t_input));
|
||||
return 1;
|
||||
}
|
||||
|
||||
GPGX_EX void gpgx_advance(void)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue