Minimum Windows Application


This sources have been adapted from the 'simple' example proposed by
Microsoft in the SDK. It demonstrates a simple application you can start with.

Modules
-------

WinMain - Calls initialization functions and processes the message loop.
Simple  - Window procedure for the main application window.
Init    - Performs application and instance-specific initialization.
