*/}}
Browse Source

Windows cleanups

YimingWu 1 day ago
parent
commit
a8909eaef9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/la_tns_shader_infrastructure.cpp

+ 1 - 1
resources/la_tns_shader_infrastructure.cpp

@@ -23,7 +23,7 @@
 #include <string>
 #include <regex>
 
-extern tnsMain* T;
+extern "C" struct _tnsMain* T;
 
 char* tnsRegexReplace(char* in, char* pairs[]){
     std::string a=in; char** p=pairs;