D for Win32

From D Wiki
Revision as of 09:28, 12 February 2014 by Verax (talk | contribs) (Created page with " == 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: #...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:

  1. include <windows.h>

of C, in D there is:

import core.sys.windows.windows;