Skip to content

Commit

Permalink
remove duplicated alloca definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Aug 7, 2016
1 parent eb01b53 commit 305bad9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platforms/win32/plugins/FilePlugin/sqWin32File.h
Expand Up @@ -28,9 +28,6 @@
name cannot exceed MAX_PATH minus 12).
**/

#ifdef _MSC_VER
# define alloca _alloca
#endif

#define ALLOC_WIN32_PATH(out_path, in_name, in_size) { \
int sz = MultiByteToWideChar(CP_UTF8, 0, in_name, in_size, NULL, 0); \
Expand Down

0 comments on commit 305bad9

Please sign in to comment.