Changeset 114 in pacpusframework for trunk/include/Pacpus/kernel/DbiteException.h


Ignore:
Timestamp:
06/25/13 10:55:43 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: added pacpus namespace in Win32ShMem.
Ignored dll-interface warnings in MSVC (unimportant because concerns STL): C4251, C4275.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/DbiteException.h

    r87 r114  
    1919#include <exception>
    2020#include <string>
     21
     22#ifdef _MSC_VER
     23#   pragma warning(push)
     24#   pragma warning(disable: 4251)
     25#endif // _MSC_VER
    2126
    2227namespace pacpus {
     
    5055} // namespace pacpus
    5156
     57#ifdef _MSC_VER
     58#   pragma warning(pop)
     59#endif // _MSC_VER
     60
    5261#endif // DEF_PACPUS_DBITEEXCEPTION_H
Note: See TracChangeset for help on using the changeset viewer.