Date: Wed, 28 Sep 1994 08:41:35 -0700 From: drupp AT cs DOT washington DOT edu (Douglas Rupp) To: sac AT cygnus DOT com Subject: Re: Using GCC for Windows apps/DLL's Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, drupp AT cs DOT washington DOT edu The WINDEF.H header file defines PASCAL to be __stdcall for the Visual C++ compiler for NT (MSC_VER>=800). __stdcall uses the same order as __cdecl, The only difference is that __stdcall wants the callee to pop the stack, usually. Where you talking about NT or "regular" Windows?