a few more bsd building mods from Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / dbwindow.h
index c8a12f663d09fc3a471050f0282b55dbef32ba04..aadbfb07ed0da81de5e7ecbd83f62c52bae2163d 100644 (file)
@@ -1,4 +1,5 @@
-#ifdef __I386__ || __x86-64__
+#if defined(__i386__) || defined(__x86_64__)
+#if defined (__linux__)
 #ifndef _DBWINDOW_H_
 #define _DBWINDOW_H_
 
@@ -297,4 +298,5 @@ public:
 
 
 #endif
+#endif // linux
 #endif /* x86 */
\ No newline at end of file