Przeglądaj źródła

Remove redundant compat macro

Ole 9 lat temu
rodzic
commit
2eb903c67a
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      lib/luwra/generic.hpp

+ 0 - 4
lib/luwra/generic.hpp

@@ -53,10 +53,6 @@ namespace internal {
 
 
 LUWRA_NS_END
 LUWRA_NS_END
 
 
-#ifdef _MSC_VER
-#define __STRING( x ) #x
-#endif // VC++ doesn't have __STRING
-
 /**
 /**
  * Generate a `lua_CFunction` wrapper for a field, method or function.
  * Generate a `lua_CFunction` wrapper for a field, method or function.
  * \returns Wrapped entity as `lua_CFunction`
  * \returns Wrapped entity as `lua_CFunction`