Revision: 7826
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7826&view=rev
Author:   gbiggs
Date:     2009-06-09 23:49:16 +0000 (Tue, 09 Jun 2009)

Log Message:
-----------
Removed annoying windows-format newlines that MSVC so kindly added

Modified Paths:
--------------
    code/player/trunk/libplayerwkb/playerwkb.h

Modified: code/player/trunk/libplayerwkb/playerwkb.h
===================================================================
--- code/player/trunk/libplayerwkb/playerwkb.h  2009-06-09 23:39:56 UTC (rev 
7825)
+++ code/player/trunk/libplayerwkb/playerwkb.h  2009-06-09 23:49:16 UTC (rev 
7826)
@@ -1,18 +1,18 @@
 #ifndef __PLAYER_WKB_H
 #define __PLAYER_WKB_H
 
-#if defined (WIN32)
-  #if defined (PLAYER_STATIC)
-    #define PLAYERWKB_EXPORT
-  #elif defined (playerwkb_EXPORTS)
-    #define PLAYERWKB_EXPORT    __declspec (dllexport)
-  #else
-    #define PLAYERWKB_EXPORT    __declspec (dllimport)
-  #endif
-#else
-  #define PLAYERWKB_EXPORT
-#endif
-
+#if defined (WIN32)
+  #if defined (PLAYER_STATIC)
+    #define PLAYERWKB_EXPORT
+  #elif defined (playerwkb_EXPORTS)
+    #define PLAYERWKB_EXPORT    __declspec (dllexport)
+  #else
+    #define PLAYERWKB_EXPORT    __declspec (dllimport)
+  #endif
+#else
+  #define PLAYERWKB_EXPORT
+#endif
+
 #include <stddef.h> /* size_t typedef and some versions of GEOS CAPI need this 
*/
 #include <playerconfig.h> /* this also includes <stdint.h> if needed for types 
like uint8_t */
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to