*/}}
Jelajahi Sumber

Windows cleanups

YimingWu 6 jam lalu
induk
melakukan
a8909eaef9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;