There are only two places where it is used:
1. OgreDynLib.h
Code: Select all
# define DYNLIB_LOAD( a ) LoadPackagedLibrary( UTFString(a).asWStr_c_str(), 0 )
Code: Select all
typedef UTFString DisplayString
Code: Select all
# define DYNLIB_LOAD( a ) LoadPackagedLibrary( UTFString(a).asWStr_c_str(), 0 )
Code: Select all
typedef UTFString DisplayString