mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:05:42 +00:00
[rpcrt4]
- Improve hacky definition of __ASM_DEFINE_FUNC to reduce build errors with msvc svn path=/trunk/; revision=52362
This commit is contained in:
parent
ead744a31f
commit
61c822816d
1 changed files with 2 additions and 0 deletions
|
@ -1020,6 +1020,8 @@
|
|||
#else
|
||||
#define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t.globl " #name suffix "\n\t.def " #name suffix "; .scl 2; .type 32; .endef\n" #name suffix ":\n\t.cfi_startproc\n\t" code "\n\t.cfi_endproc");
|
||||
#endif
|
||||
#else
|
||||
#define __ASM_DEFINE_FUNC(name,suffix,code)
|
||||
#endif
|
||||
|
||||
/* Define to a macro to generate an assembly function directive */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue