mirror of https://github.com/odrling/Aegisub
Fix Doxygen for avisynth_wrap.
Originally committed to SVN as r3350.
This commit is contained in:
parent
0fe2c476a4
commit
332168f596
|
@ -69,17 +69,10 @@ void DoAvsTrace(const wxString &s)
|
|||
#endif
|
||||
|
||||
|
||||
|
||||
/// DOCME
|
||||
// Allocate storage for and initialise static members
|
||||
int AviSynthWrapper::avs_refcount = 0;
|
||||
|
||||
/// DOCME
|
||||
HINSTANCE AviSynthWrapper::hLib = NULL;
|
||||
|
||||
/// DOCME
|
||||
IScriptEnvironment *AviSynthWrapper::env = NULL;
|
||||
|
||||
/// DOCME
|
||||
wxMutex AviSynthWrapper::AviSynthMutex;
|
||||
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
// Headers
|
||||
#include <wx/wxprec.h>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include <windows.h>
|
||||
#include "avisynth.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue