]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.cpp
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / tex2lyx / tex2lyx.cpp
index c27f0c0886e8217e8b29973e441adf2d5c9147ff..d2aad9ed88ef6088ebf9d42de6a9ac9a19935725 100644 (file)
@@ -56,6 +56,11 @@ Messages & getGuiMessages()
 }
 
 
+// Keep the linker happy on Windows
+void emergencyCleanup()
+{}
+
+
 string const trim(string const & a, char const * p)
 {
        // LASSERT(p, /**/);