mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[CPPRT][CRT] Avoid extern assembly declarations with no type. CORE-17088
Fixes build with ML 14.26.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user