mirror of
https://github.com/yawut/SDL.git
synced 2026-07-18 17:01:19 -05:00
WinRT: fixed a build error caused by a reference to a missing and unused header file
This commit is contained in:
parent
a4b1bfe356
commit
b9b60ce403
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user