Files
degvi/init.h
2013-01-31 07:30:12 +09:00

12 lines
125 B
C

#ifndef INIT_H
#define INIT_H
#include "config.h"
#ifdef USE_WCHAR
#define _XOPEN_SOURCE
#include <wchar.h>
#endif
#endif