mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:38:28 +00:00
[CPPRT][CRT] Avoid extern assembly declarations with no type. CORE-17088
Fixes build with ML 14.26.
This commit is contained in:
parent
99b52df014
commit
e4066536c2
3 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
.code
|
||||
|
||||
MACRO(DEFINE_ALIAS, alias, orig, type)
|
||||
EXTERN &orig:&type
|
||||
MACRO(DEFINE_ALIAS, alias, orig)
|
||||
EXTERN &orig : PROC
|
||||
ALIAS <&alias> = <&orig>
|
||||
ENDM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue