mirror of
https://github.com/mappu/miqt.git
synced 2025-01-09 00:48:38 +00:00
8 lines
137 B
Go
8 lines
137 B
Go
|
//go:build !386 && !arm
|
||
|
// +build !386,!arm
|
||
|
|
||
|
package qt
|
||
|
|
||
|
const QTextCodec__ConvertInvalidToNull QTextCodec__ConversionFlag = 2147483648
|
||
|
|