From: Apester000 AT aol DOT com
Message-ID: <a51540a5.37019592@aol.com>
Date: Tue, 30 Mar 1999 22:25:06 EST
To: djgpp AT delorie DOT com
Mime-Version: 1.0
Subject: Re: Using GCC: the first Win32 program
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7bit
X-Mailer: AOL 4.0 for Windows 95 sub 13
Reply-To: djgpp AT delorie DOT com

for some reason, the help file left out a critical piece of code:

#include <windows.h>

which includes all the windows definitions and such.  Add that line and the
code (with a bit of luck) should compile fine.

Regards-
Brandon