- Various fixes for compiling working 64-bit binaries with Visual C++. The

number of changes was pleasantly small, and a cursory check seems to show
  everything working alright.


SVN r948 (trunk)
This commit is contained in:
Randy Heit 2008-04-29 02:43:42 +00:00
commit bc5f49dd49
23 changed files with 470 additions and 112 deletions

View file

@ -117,7 +117,7 @@ bool FHelperThread::LaunchThread ()
};
__try
{
RaiseException( 0x406D1388, 0, sizeof(info)/sizeof(DWORD), (DWORD*)&info );
RaiseException( 0x406D1388, 0, sizeof(info)/sizeof(DWORD), (ULONG_PTR *)&info );
}
__except(EXCEPTION_CONTINUE_EXECUTION)
{