Update of /cvsroot/boost/boost/boost/interprocess/sync/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13508

Modified Files:
        win32_sync_primitives.hpp 
Log Message:
Removed declarations comflicting with windows.h header

Index: win32_sync_primitives.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/sync/win32/win32_sync_primitives.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- win32_sync_primitives.hpp   7 Aug 2006 13:57:42 -0000       1.2
+++ win32_sync_primitives.hpp   7 Oct 2006 08:05:42 -0000       1.3
@@ -63,14 +63,6 @@
 static const unsigned long file_map_read        = section_map_read;
 static const unsigned long file_map_all_access  = section_all_access;
 
-#define SECTION_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SECTION_QUERY|\
-                            SECTION_MAP_WRITE |      \
-                            SECTION_MAP_READ |       \
-                            SECTION_MAP_EXECUTE |    \
-                            SECTION_EXTEND_SIZE)
-
-static const unsigned long FILE_MAP_WRITE       = 0x0002;
-
 static const unsigned long file_share_read      = 0x00000001;
 static const unsigned long file_share_write     = 0x00000002;
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to