Ignore:
Timestamp:
12/15/15 13:19:48 (9 years ago)
Author:
DHERBOMEZ Gérald
Message:

Delete deprecated call to shared memories. Use I/O mechanism instead.
Adjustement of dllimport and dllexport macros;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StdDbtPlayerComponents/DbtPlyCPTComponent.h

    r110 r111  
    1616#include "DbitePlayer/DbtPlyFileManager.h"
    1717#include "../NMEA0183/include/nmea0183.h"
    18 
     18#include "StdDbtPlayerComponentsConfig.h"
    1919
    2020#define UNKNOWN_NMEA_FRAME -1
    2121
    22 struct PACPUSLIB_API Stream8Position
     22struct STDDBTPLAYERCOMPONENTS_API Stream8Position
    2323{
    2424    int32_t dataPos;
     
    3636class ShMem;
    3737
    38 class PACPUSLIB_API DbtPlyCPTComponent
     38class STDDBTPLAYERCOMPONENTS_API DbtPlyCPTComponent
    3939        : public DbtPlyFileManager
    4040{
Note: See TracChangeset for help on using the changeset viewer.