Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWDownload/Download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// Download.cpp : Implementation of CDownload
#include "DownloadDebug.h"
#include "Download.h"
#include "stringex.h"
#include "WWLib/stringex.h"
#include <mmsystem.h>
#include <assert.h>
#include <direct.h>
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWDownload/FTP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <time.h>
#include <direct.h>
#include <errno.h>
#include <WWCommon.h>
#include <WWLib/WWCommon.h>
//#include "wlib/wstring.h"

#include "DownloadDebug.h"
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWDownload/registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include "Registry.h"
#include <string>
#include "win.h"
#include "WWLib/win.h"

bool getStringFromRegistry(HKEY root, std::string path, std::string key, std::string& val)
{
Expand Down
4 changes: 2 additions & 2 deletions Core/Libraries/Source/WWVegas/WWLib/Except.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#include "MPU.h"
//#include "commando\nat.h"
#include "thread.h"
#include "wwdebug.h"
#include "wwmemlog.h"
#include "WWDebug/wwdebug.h"
#include "WWDebug/wwmemlog.h"

#include <conio.h>
#include <imagehlp.h>
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/bufffile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include "always.h"
#include "bufffile.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"

int BufferedFileClass::_DesiredBufferSize = 1024*16;

Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/cpudetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include "cpudetect.h"
#include "wwstring.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#include "thread.h"
#pragma warning (disable : 4201) // Nonstandard extension - nameless struct
#include "systimer.h"
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/hash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "hash.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#include "realcrc.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/lzo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include "lzo.h"
#include "mutex.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#include <stdlib.h>

/*
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/lzo1x_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include "always.h"
#include "lzo1x.h"
#include "lzo_conf.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#include <assert.h>

#if !defined(LZO1X) && !defined(LZO1Y)
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/multilist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "multilist.h"
#include "wwmemlog.h"
#include "WWDebug/wwmemlog.h"

/*
** Declare the pool for ListNodes
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

#include "mutex.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#ifdef _WIN32
#include <windows.h>
#endif
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/tgatodxt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "nvdxtlib.h"
#include "TARGA.h"
#include "tgatodxt.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#include <io.h>
#include <stdlib.h>

Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "thread.h"
#include "Except.h"
#include "wwdebug.h"
#include "WWDebug/wwdebug.h"
#pragma warning ( push )
#pragma warning ( disable : 4201 )
#include "systimer.h"
Expand Down
2 changes: 1 addition & 1 deletion Core/Libraries/Source/WWVegas/WWLib/wwstring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#include "wwstring.h"
#include "wwmemlog.h"
#include "WWDebug/wwmemlog.h"
#include "mutex.h"


Expand Down