mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
*** empty log message ***
This commit is contained in:
parent
eff4158f0e
commit
a338413da4
@ -9,6 +9,7 @@
|
||||
|
||||
#include "audio_manager.h"
|
||||
#include "config_audio.h"
|
||||
#include <config_util.h>
|
||||
|
||||
#include <direct.h>
|
||||
|
||||
@ -593,9 +594,9 @@ WinMusic* WinMusic::load_midi(Filename filename) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*
|
||||
char szDir[_MAX_PATH];
|
||||
WCHAR wszDir[_MAX_PATH];
|
||||
/*
|
||||
if (_getcwd(szDir, _MAX_PATH)==NULL) {
|
||||
audio_cat->error() << "could not getcwd" << endl;
|
||||
delete ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user