Skip to content
Open
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
7 changes: 7 additions & 0 deletions XWBTool/xwbtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@

#include "WAVFileReader.h"

#ifdef _MSC_VER
// Off by default warnings
#pragma warning(disable : 4619 4616 4668)
// C4619/4616 #pragma warning warnings
// C4668 not defined as a preprocessor macro
#endif

#include <shellapi.h>

#define TOOL_VERSION 0
Expand Down
Loading