ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

msvchelper.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.