WinRT: fixed a build error caused by a reference to a missing and unused header file

This commit is contained in:
David@Birdo.localdomain 2012-12-16 21:39:02 -05:00
parent a4b1bfe356
commit b9b60ce403

View File

@ -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.