Revision: 49034
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49034&view=rev
Author:   brlcad
Date:     2012-01-24 16:10:57 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
try another approach, test for windows.h bahamamama instead of the subling 
mmsystem.h since it should also get use QueryPerformanceCounter()

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2012-01-24 16:09:05 UTC (rev 49033)
+++ brlcad/trunk/CMakeLists.txt 2012-01-24 16:10:57 UTC (rev 49034)
@@ -1318,7 +1318,6 @@
 BRLCAD_INCLUDE_FILE(io.h HAVE_IO_H)
 BRLCAD_INCLUDE_FILE(libgen.h HAVE_LIBGEN_H)
 BRLCAD_INCLUDE_FILE(memory.h HAVE_MEMORY_H)
-BRLCAD_INCLUDE_FILE("windows.h;mmsystem.h" HAVE_MMSYSTEM_H) # for 
QueryPerformanceCounter() on Windows
 BRLCAD_INCLUDE_FILE(ncurses.h HAVE_NCURSES_H)
 BRLCAD_INCLUDE_FILE(netdb.h HAVE_NETDB_H)
 BRLCAD_INCLUDE_FILE(netinet/in.h HAVE_NETINET_IN_H)
@@ -1361,6 +1360,7 @@
 BRLCAD_INCLUDE_FILE(tinfo.h HAVE_TINFO_H)
 BRLCAD_INCLUDE_FILE(ulocks.h HAVE_ULOCKS_H)
 BRLCAD_INCLUDE_FILE(unistd.h HAVE_UNISTD_H)
+BRLCAD_INCLUDE_FILE(windows.h HAVE_WINDOWS_H) # for QueryPerformanceCounter() 
on Windows
 BRLCAD_INCLUDE_FILE(winsock.h HAVE_WINSOCK_H)
 
 # C++

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to