codebackup / bwapi

Automatically exported from code.google.com/p/bwapi
0 stars 0 forks source link

Review BWAPI dependency compatibility. #415

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Review BWAPI Operating System compatibility.

  UNKNOWN: AVISaveOptions, Module32First, Module32Next, SymGetLineFromAddr
  Pre-WinME/UNKNOWN (depends on dbghelp): Sym* functions
  Win95: InterlockedCompareExchange, IsDebuggerPresent
  WinNT: Process32First, Process32Next, CreateToolhelp32Snapshot

Original issue reported on code.google.com by AHeinerm on 5 Nov 2011 at 5:24

GoogleCodeExporter commented 9 years ago
Debugging function dependencies now cut in r3954.

Assuming AVISaveOptions falls in the same category of the other AVI functions 
and no change required.

Assuming Module32 has the same dependencies as Process32.

  Win95: InterlockedCompareExchange
  WinNT: Process32First, Process32Next, Module32First, Module32Next, CreateToolhelp32Snapshot

Original comment by AHeinerm on 10 Nov 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by AHeinerm on 10 Nov 2011 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by AHeinerm on 23 Jul 2012 at 3:59