Ignore:
Timestamp:
07/30/13 11:40:11 (11 years ago)
Author:
Marek Kurdej
Message:

Update: added dll export/import macros for PacpusTools.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/include/Pacpus/PacpusTools/ShMem.h

    r89 r126  
    1515#define DEF_PACPUS_SHMEM_H
    1616
     17#include "PacpusToolsConfig.h"
     18
    1719#ifdef WIN32
    1820#   include "Win32ShMem.h"
     
    3032///
    3133/// Inherits from Win32ShMem on Windows system and from PosixShMem on Unix-like systems.
    32 class ShMem
     34class PACPUS_TOOLS_API ShMem
    3335    : public ShMemType
    3436{
Note: See TracChangeset for help on using the changeset viewer.