shithub: candycrisis

Download patch

ref: 18ddc37a06a82b135bfc18d840cdbc85600932cd
parent: ceb09f7ffd02027f1f1be6242b9190f15398bcc2
author: Iliyas Jorio <iliyas@jor.io>
date: Wed Feb 2 18:56:03 EST 2022

More Win32 cruft

binary files a/src/main.cpp b/src/main.cpp differ
--- a/src/stdafx.h
+++ b/src/stdafx.h
@@ -6,19 +6,3 @@
 
 #include <SDL.h>
 #include <SDL_endian.h>
-
-#if _WIN32
-
-#define _CRT_SECURE_NO_WARNINGS 1
-
-#define WIN32_LEAN_AND_MEAN             // Exclude rarely-used stuff from Windows headers
-// Windows Header Files:
-#include <windows.h>
-
-// C RunTime Header Files
-#include <stdlib.h>
-#include <malloc.h>
-#include <memory.h>
-#include <tchar.h>
-
-#endif