update crossplatform.h

This commit is contained in:
chosenofbear 2015-06-18 16:25:43 -04:00
parent 0a6ede669b
commit 55315a5258
6 changed files with 16 additions and 20 deletions

View file

@ -19,10 +19,6 @@
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _MSC_VER
#define _CRT_SECURE_NO_DEPRECATE
#endif
#include "etc.h"
#include "binding-util.h"
#include "serializable-binding.h"

View file

@ -19,10 +19,6 @@
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _MSC_VER
#define _CRT_SECURE_NO_DEPRECATE
#endif
#include "font.h"
#include "binding-util.h"
#include "binding-types.h"

View file

@ -19,10 +19,6 @@
** along with mkxp. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _MSC_VER
#define _CRT_SECURE_NO_DEPRECATE
#endif
#include "input.h"
#include "sharedstate.h"
#include "exception.h"