mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
libp3dtool_d
This commit is contained in:
parent
d163bc6412
commit
5c4dac4493
@ -455,7 +455,11 @@ void ExecutionEnvironment::
|
|||||||
read_args() {
|
read_args() {
|
||||||
|
|
||||||
#ifdef WIN32_VC
|
#ifdef WIN32_VC
|
||||||
|
#ifdef _DEBUG
|
||||||
|
HMODULE dllhandle = GetModuleHandle("libp3dtool_d.dll");
|
||||||
|
#else
|
||||||
HMODULE dllhandle = GetModuleHandle("libp3dtool.dll");
|
HMODULE dllhandle = GetModuleHandle("libp3dtool.dll");
|
||||||
|
#endif
|
||||||
if (dllhandle != 0) {
|
if (dllhandle != 0) {
|
||||||
static const DWORD buffer_size = 1024;
|
static const DWORD buffer_size = 1024;
|
||||||
char buffer[buffer_size];
|
char buffer[buffer_size];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user