#ifndef __SHELL_ERROR_H__ #define __SHELL_ERROR_H__ #include #define WINTC_SHELL_ERROR wintc_shell_error_quark() typedef enum { WINTC_SHELL_ERROR_PLACEHOLDER // TEMP } WinTCShellError; GQuark wintc_shell_error_quark(void); #endif