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 b96cbdd3a5
commit 028182452b

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.