WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / RNAforester / g2-0.70 / src / Win32 / g2res.c
diff --git a/binaries/src/ViennaRNA/RNAforester/g2-0.70/src/Win32/g2res.c b/binaries/src/ViennaRNA/RNAforester/g2-0.70/src/Win32/g2res.c
new file mode 100644 (file)
index 0000000..b729ff7
--- /dev/null
@@ -0,0 +1,7 @@
+#include <windows.h>
+
+
+BOOL WINAPI DllMain( HINSTANCE hInstance, DWORD dwReason, LPVOID lpv)
+{
+    return 1;
+}
\ No newline at end of file