Преглед изворни кода

Not building with MS tools anymore, so the _MSC_VER is not needed anymore

Source commit: fcac322bce824c9882f7199a1de83e7c224b95d1
Martin Prikryl пре 9 година
родитељ
комит
aa7a0d78bf
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      source/dragext/DragExt.cpp

+ 0 - 5
source/dragext/DragExt.cpp

@@ -7,11 +7,6 @@
 //---------------------------------------------------------------------------
 #define LENOF(x) ( (sizeof((x))) / (sizeof(*(x))))
 //---------------------------------------------------------------------------
-#ifdef _MSC_VER
-#include <objbase.h>
-#define snwprintf _snwprintf
-#endif
-//---------------------------------------------------------------------------
 #include <initguid.h>
 #include <shlguid.h>
 #include <stdlib.h>