mirror of
https://github.com/Cc28256/CcRemote.git
synced 2025-07-19 16:57:57 +00:00
修改添加了ghost服务端的主要代码,relese版本环境编译通过
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Audio.cpp: implementation of the CAudio class.
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "..\CcMainDll\CcMainDll\pch.h"
|
||||
#include "Audio.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
@@ -143,8 +143,8 @@ bool CAudio::InitializeWaveOut()
|
||||
|
||||
if (!waveOutGetNumDevs())
|
||||
return false;
|
||||
|
||||
for (int i = 0; i < 2; i++)
|
||||
int i = 0;
|
||||
for (i = 0; i < 2; i++)
|
||||
memset(m_lpOutAudioData[i], 0, m_nBufferLength);
|
||||
|
||||
MMRESULT mmResult;
|
||||
|
Reference in New Issue
Block a user