(Win32) Buildfix

This commit is contained in:
twinaphex 2015-04-07 22:12:28 +02:00
parent fd6dd4b354
commit e904298968
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static const frontend_ctx_driver_t *frontend_ctx_drivers[] = {
&frontend_ctx_ctr, &frontend_ctx_ctr,
#endif #endif
#if defined(_WIN32) && !defined(_XBOX) #if defined(_WIN32) && !defined(_XBOX)
&frontend_win32, &frontend_ctx_win32,
#endif #endif
&frontend_ctx_null, &frontend_ctx_null,
NULL NULL