mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
24 lines
372 B
C
Executable file
24 lines
372 B
C
Executable file
/* gdkconfig.h
|
|
*
|
|
* This is a generated file. Please modify `configure.in'
|
|
*/
|
|
|
|
#ifndef GDKCONFIG_H
|
|
#define GDKCONFIG_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
|
|
#define GDK_WINDOWING_WIN32
|
|
|
|
#define GDK_HAVE_WCHAR_H 1
|
|
#define GDK_HAVE_WCTYPE_H 1
|
|
#define GDK_HAVE_BROKEN_WCTYPE 1
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* GDKCONFIG_H */
|