Changeset 196 in pacpusframework for trunk/include/Pacpus/kernel/pacpus.h


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

Fixed: using auto-generated PacpusLibConfig.h instead of pacpus.h.

File:
1 edited

Legend:

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

    r181 r196  
    2323#ifndef PACPUS_PI
    2424#   define PACPUS_PI       3.1415926
    25 #endif
    26 
    27 /// Export macro for PacpusLib DLL for Windows only
    28 #ifdef WIN32
    29 #   ifdef PACPUSLIB_EXPORTS
    30 //  make DLL
    31 #       define PACPUSLIB_API __declspec(dllexport)
    32 #   else
    33 //      use DLL
    34 #       define PACPUSLIB_API __declspec(dllimport)
    35 #   endif
    36 #else
    37 //  On other platforms, simply ignore this
    38 #   define PACPUSLIB_API
    3925#endif
    4026
Note: See TracChangeset for help on using the changeset viewer.