mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00: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 to476c99b
and9efafd6
.
This commit is contained in:
parent
82272f03e3
commit
2dfcb500e2
2 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue