mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
8 lines
130 B
C
8 lines
130 B
C
|
#ifndef TOGL_WS_H
|
||
|
# define TOGL_WS_H
|
||
|
|
||
|
/* define windowing system togl is compiled with */
|
||
|
# define @TOGL_WINDOWINGSYSTEM@
|
||
|
|
||
|
#endif
|