Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
def2inc converts a module definition file to MASM include files containing function prototypes. Notice that the tool should be at the same directory where the module definitions files are located. def2inc accepts wildcards like *.def The module definition file should have the following format : LIBRARY kernel32EXPORTS"_ActivateActCtx@8""_AddAtomA@4""_AddAtomW@4"etc.
LIBRARY blabla"_func1@4" ; stdcall"_func2@12""func3" ; cdecl...
LIBRARY blablaEXPORTS _func1@4 ; stdcallEXPORTS _func2@8EXPORTS func3 ; cdecl...
def2inc user32.def
Duplicate name in user32.def , BroadcastSystemMessageDuplicate name in user32.def , CallMsgFilterDuplicate name in user32.def , GetAltTabInfoDuplicate name in user32.def , GetWindowModuleFileNameDuplicate name in user32.def , IsDialogMessageDuplicate name in user32.def , RealGetWindowClassDuplicate name in user32.def , TranslateAccelerator