mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
*** empty log message ***
This commit is contained in:
parent
75c69b0943
commit
a6080fde9f
@ -53,13 +53,17 @@ using namespace std;
|
|||||||
|
|
||||||
#define TYPENAME typename
|
#define TYPENAME typename
|
||||||
|
|
||||||
#if defined(WIN32_VC) && !defined(LINK_ALL_STATIC)
|
|
||||||
|
|
||||||
#ifdef TEST_INLINING
|
#if defined(WIN32_VC) && defined(TEST_INLINING)
|
||||||
|
// If TEST_INLINING is defined, we use the keyword __forceinline,
|
||||||
|
// which tells VC++ that we really mean it when we say inline. Of
|
||||||
|
// course, that doesn't seem to have any additional persuasive effect.
|
||||||
#define INLINE __forceinline
|
#define INLINE __forceinline
|
||||||
#else
|
#else
|
||||||
#define INLINE inline
|
#define INLINE inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(WIN32_VC) && !defined(LINK_ALL_STATIC)
|
||||||
// This macro must be used to export an instantiated template class
|
// This macro must be used to export an instantiated template class
|
||||||
// from a DLL. If the template class name itself contains commas, it
|
// from a DLL. If the template class name itself contains commas, it
|
||||||
// may be necessary to first define a macro for the class name, to
|
// may be necessary to first define a macro for the class name, to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user