This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-10 16:48:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e4d6536049
reactos
/
lib
/
3rdparty
/
mingw
/
cxa_pure_virtual.c
8 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
[MINGW] - add back getopt.c (needed by rosapps) - add ofmt_stub.c and cx_pure_virtual.c svn path=/trunk/; revision=46606
2010-03-30 21:28:38 +00:00
fix a typo svn path=/trunk/; revision=46607
2010-03-30 21:35:52 +00:00
void
_assert
(
int
)
;
[MINGW] - add back getopt.c (needed by rosapps) - add ofmt_stub.c and cx_pure_virtual.c svn path=/trunk/; revision=46606
2010-03-30 21:28:38 +00:00
void
__cxa_pure_virtual
(
)
{
_assert
(
0
)
;
}
Reference in a new issue
Copy permalink