79462330

Date: 2025-02-24 02:26:55
Score: 0.5
Natty:
Report link

If your code importing windows.h works when you set .link_libc = true, then you have no choice.

Zig will happily try and internally translate headers you throw at it irrespective of libc being available. Only when that import/translate fails will it point out that fact to you as it very likely is the source of your problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ElementW