Ticket #1 (closed defect: fixed)

Opened 2 years ago

Last modified 11 months ago

MiniD does not compile on non-Windows

Reported by: Gregor Assigned to: somebody
Priority: blocker Milestone:
Component: Native API Keywords:
Cc:

Description

minid/utils.d:695: Error: identifier 'HighPerformanceCounter?' is not defined

Unfortunately, HighPerformanceCounter? is only implemented in Phobos on Windows. It's probably quite implementable in Posix, but isn't. This should be changed to PerformanceCounter?, at least on non-Windows systems.

Incidentally, this is the cause of the DSSS testsuite failures.

Change History

04/21/07 14:29:46 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

01/15/08 21:22:32 changed by JarrettBillingsley

  • component changed from component1 to Native API.