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
2 changes: 1 addition & 1 deletion libvpl/src/windows/mfx_dispatcher_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define MAX_PLUGIN_PATH 4096
#define MAX_PLUGIN_NAME 4096

#if _MSC_VER < 1400
#if defined(_MSC_VER) && _MSC_VER < 1400
#define wcscpy_s(to, to_size, from) \
(void)(to_size); \
wcscpy(to, from)
Expand Down