@@ -2728,3 +2728,7 @@ func Remove0000(s string) string {
}
return string(str)
+
+func IntPtr(n int) uintptr {
+ return uintptr(n)
+}