GZDB native 64-bit binary support (PR#197 by StrikerMan780)

This commit is contained in:
jewalky 2018-04-14 16:55:21 +03:00 committed by GitHub
parent 0a5a2e81e0
commit 0b14bdeec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 67149 additions and 112 deletions

View file

@ -241,7 +241,7 @@ namespace CodeImp.DoomBuilder.Data
// Notify the main thread about the change so that sectors can update their buffers
IntPtr strptr = Marshal.StringToCoTaskMemAuto(this.name);
General.SendMessage(General.MainWindow.Handle, (int)MainForm.ThreadMessages.ImageDataLoaded, strptr.ToInt32(), 0);
General.SendMessage(General.MainWindow.Handle, (int)MainForm.ThreadMessages.ImageDataLoaded, strptr, IntPtr.Zero);
}
// This requests loading the image