Changeset 114 in pacpusframework for trunk/include/Pacpus/PacpusTools
- Timestamp:
- Jun 25, 2013, 10:55:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/PacpusTools/Win32ShMem.h
r103 r114 24 24 /// Forward declaration of typedefs is impossible. 25 25 typedef void * HANDLE; 26 27 #ifdef _MSC_VER 28 # pragma warning(push) 29 # pragma warning(disable: 4275) 30 #endif // _MSC_VER 31 32 namespace pacpus { 26 33 27 34 /// Shared memory object for Windows. … … 58 65 }; 59 66 67 } // namespace pacpus 68 69 #ifdef _MSC_VER 70 # pragma warning(pop) 71 #endif // _MSC_VER 72 60 73 #endif // DEF_PACPUS_WIN32SHMEM_H
Note:
See TracChangeset
for help on using the changeset viewer.