You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public IntPtr DsmMemAlloc(uinta_u32Size){IntPtrintptr;// Use the DSM...
...// Do it ourselves, Windows...if(ms_platform== Platform.WINDOWS){intptr=(IntPtr)NativeMethods.GlobalAlloc((uint)a_u32Size,(UIntPtr)0x0042/* GHND */);
The first parameter should be the flag, as defined below
The first parameter should be the flag, as defined below
The text was updated successfully, but these errors were encountered: