WinRT: fixed a build error caused by a reference to a missing and unused header file
This commit is contained in:
parent
b96cbdd3a5
commit
028182452b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue