#ifndef _INCLUDE_INSTALLER_H_ #define _INCLUDE_INSTALLER_H_ #include "platform_headers.h" #include "Resource.h" typedef void *(*NEXT_DIALOG)(HWND); extern HINSTANCE g_hInstance; #endif //_INCLUDE_INSTALLER_H_