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