mirror of
https://github.com/zergon321/reisen.git
synced 2026-04-22 23:17:21 +08:00
Windows fix.
This commit is contained in:
Binary file not shown.
Executable → Regular
+2
-2
@@ -2,8 +2,8 @@ package reisen
|
||||
|
||||
import "C"
|
||||
|
||||
func bufferSize(maxBufferSize C.int) C.ulong {
|
||||
var byteSize C.ulong = 8
|
||||
func bufferSize(maxBufferSize C.int) C.ulonglong {
|
||||
var byteSize C.ulonglong = 8
|
||||
return C.ulonglong(maxBufferSize) * byteSize
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user