Int size on 64 bit
This commit is contained in:
parent
9df74498ed
commit
54eb84c40c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ namespace Gdk {
|
||||||
int block_size;
|
int block_size;
|
||||||
if (format == 32) { // data returned in blocks the size of a C long
|
if (format == 32) { // data returned in blocks the size of a C long
|
||||||
#if WIN64LONGS
|
#if WIN64LONGS
|
||||||
block_size = int.Size;
|
block_size = sizeof(int);
|
||||||
#else
|
#else
|
||||||
block_size = IntPtr.Size;
|
block_size = IntPtr.Size;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue