mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
[CRT]
- Remove underscore from _MsgUnimplemented svn path=/branches/ros-amd64-bringup/; revision=45444
This commit is contained in:
parent
cb79d231d7
commit
0e4459beb1
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
.intel_syntax noprefix
|
||||
|
||||
.global _MsgUnimplemented
|
||||
_MsgUnimplemented:
|
||||
.global MsgUnimplemented
|
||||
MsgUnimplemented:
|
||||
.asciz "WARNING: %s at %s:%d is UNIMPLEMENTED!\n"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue