Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmsvchelper.h
Go to the documentation of this file.
00001 00002 #ifdef __i386__ 00003 #define __ASM_DEFINE_FUNC(name,suffix,code) 00004 00005 typedef unsigned int (__stdcall *__MSVC__MsiCustomActionEntryPoint)(unsigned int); 00006 00007 __inline unsigned int CUSTOMPROC_wrapper(__MSVC__MsiCustomActionEntryPoint proc, unsigned int handle) 00008 { 00009 #pragma message("warning: CUSTOMPROC_wrapper might not be correct") 00010 return proc(handle); 00011 } 00012 00013 #endif Generated on Sun May 27 2012 04:25:18 for ReactOS by
1.7.6.1
|