[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: Anybody looking for a pet Wine project?
From:       Jacek Caban <jack () itma ! pwr ! wroc ! pl>
Date:       2005-06-30 18:52:34
Message-ID: 42C43F72.90902 () itma ! pwr ! wroc ! pl
[Download RAW message or body]

I forgot to attach hh.exe...

["main.c" (text/plain)]

#include <windows.h>

typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline);

int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
{
    HMODULE hModule;
    DOWINMAIN *doWinMain;

    hModule = LoadLibrary("hhctrl.ocx");
    doWinMain = GetProcAddress(hModule, "doWinMain");

    return doWinMain(hInst, cmdline);
}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic