D for Win32
Windows
This describes the D implementation for 32 bit Windows systems. Naturally, Windows specific D features are not portable to other platforms.
Instead of the:
- include <windows.h>
of C, in D there is:
import core.sys.windows.windows;