#define ASM_IMAGE_NAMESPACE extern "C" {
Define the namespace of image routines, when building under C++. This ends the namespace. Assembly routines only have the ability to export C names, so extern"c" { } is used instead of namespace ___ { }.
Define the namespace of image routines, when building under C++. This ends the namespace. Assembly routines only have the ability to export C names, so extern"c" { } is used instead of namespace ___ { }.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|