From: miller matthew william Newsgroups: comp.os.msdos.djgpp Subject: Re: MainWndProc(HWND wnd, WORD message, WORD wParam, DWORD lParam) Date: Sun, 9 May 1999 03:09:47 -0500 Organization: University of Illinois at Urbana-Champaign Lines: 10 Message-ID: References: <8_2Z2.1441$mW3 DOT 11003 AT newsfeed DOT slurp DOT net> NNTP-Posting-Host: ux8.cso.uiuc.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: mwmiller AT ux8 DOT cso DOT uiuc DOT edu In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I don't think EXPORT ever gets defined in the current Win32 headers. I am > not sure it was ever used in MS Win16 either. There was an 'EXPORTS' > keyword in the old .def files. > > Old MS or Borland code needs a little work before it will compile under > Win32. Doing a 'grep' on the headers should turn up missing user defined > types and changes in function prototypes. What Win32 line can function in place of the original?