Revision: 4178
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4178&view=rev
Author:   atkac
Date:     2010-10-29 12:57:35 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
[Bugfix] Don't compile gethomedir function on WIN32

Modified Paths:
--------------
    trunk/common/os/os.cxx

Modified: trunk/common/os/os.cxx
===================================================================
--- trunk/common/os/os.cxx      2010-10-29 12:17:19 UTC (rev 4177)
+++ trunk/common/os/os.cxx      2010-10-29 12:57:35 UTC (rev 4178)
@@ -20,6 +20,7 @@
 #include <config.h>
 #endif
 
+#ifndef WIN32
 #include <os/os.h>
 
 #include <assert.h>
@@ -62,3 +63,5 @@
        return 0;
 }
 
+#endif
+


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to