mirror of
https://github.com/yawut/SDL.git
synced 2026-09-25 18:05:41 -05:00
WinRT: fixed a build error caused by a reference to a missing and unused header file
This commit is contained in:
@@ -12,7 +12,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
// TODO, WinRT: Remove reference(s) to BasicTimer.h
|
||||
#include "BasicTimer.h"
|
||||
//#include "BasicTimer.h"
|
||||
|
||||
// HACK, DLudwig: The C-style main() will get loaded via the app's
|
||||
// WinRT-styled main(), which is part of SDLmain_for_WinRT.cpp.
|
||||
|
||||
Reference in New Issue
Block a user