mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[MSI] Remove obsolete '__ASM_DEFINE_FUNC()'
MSVC build reports:
{{
dll\win32\msi\msvchelper.h(3): warning C4005: '__ASM_DEFINE_FUNC': macro redefinition
sdk\include\reactos\wine/asm.h(60): note: see previous definition of '__ASM_DEFINE_FUNC'
dll\win32\msi\custom.c(547): warning C4003: not enough actual parameters for macro '__ASM_DEFINE_FUNC'
}}
Addendum to 476c99b and 9efafd6.
This commit is contained in:
committed by
Thomas Faber
parent
82272f03e3
commit
2dfcb500e2
@@ -197,10 +197,9 @@ Index: D:/trunk/dll/win32/msi/msvchelper.h
|
||||
===================================================================
|
||||
--- D:/trunk/dll/win32/msi/msvchelper.h (revision 0)
|
||||
+++ D:/trunk/dll/win32/msi/msvchelper.h (revision 51711)
|
||||
@@ -0,0 +1,13 @@
|
||||
@@ -0,0 +1,12 @@
|
||||
+
|
||||
+#ifdef __i386__
|
||||
+#define __ASM_DEFINE_FUNC(name,suffix,code)
|
||||
+
|
||||
+typedef unsigned int (__stdcall *__MSVC__MsiCustomActionEntryPoint)(unsigned int);
|
||||
+
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
|
||||
#ifdef __i386__
|
||||
#define __ASM_DEFINE_FUNC(name,suffix,code)
|
||||
|
||||
typedef unsigned int (__stdcall *__MSVC__MsiCustomActionEntryPoint)(unsigned int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user