| 1 |
|
/* RCSid $Id$ */ |
| 2 |
|
|
| 3 |
|
/* |
| 4 |
< |
================================================================== |
| 4 |
> |
====================================================================== |
| 5 |
|
Photon map main header |
| 6 |
|
|
| 7 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
| 8 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
| 9 |
|
(c) Lucerne University of Applied Sciences and Arts, |
| 10 |
< |
supported by the Swiss National Science Foundation (SNSF, #147053) |
| 11 |
< |
================================================================== |
| 10 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
| 11 |
> |
====================================================================== |
| 12 |
|
|
| 13 |
|
$Id$ |
| 14 |
|
*/ |
| 16 |
|
|
| 17 |
|
#ifndef PMAP_H |
| 18 |
|
#define PMAP_H |
| 19 |
+ |
|
| 20 |
+ |
#ifndef NIX |
| 21 |
+ |
#if defined(_WIN32) || defined(_WIN64) |
| 22 |
+ |
#define NIX 0 |
| 23 |
+ |
#else |
| 24 |
+ |
#define NIX 1 |
| 25 |
+ |
#endif |
| 26 |
+ |
#endif |
| 27 |
|
|
| 28 |
|
#include "pmapparm.h" |
| 29 |
|
#include "pmapdata.h" |