From: kramm <kramm>
Date: Wed, 9 Jan 2008 09:37:32 +0000 (+0000)
Subject: reinserted __cplusplus check
X-Git-Tag: buttons-working~443
X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=fc8c4a0518af72a38681ca4608d7c23117a252c2;p=swftools.git

reinserted __cplusplus check
---

diff --git a/lib/rfxswf.h b/lib/rfxswf.h
index fe3c7e1..f63b51b 100644
--- a/lib/rfxswf.h
+++ b/lib/rfxswf.h
@@ -28,9 +28,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
-#ifndef WIN32
 #include <unistd.h>
-#endif
 #include <fcntl.h>
 #include <ctype.h>
 #include "../config.h"