diff --git a/platform_all/4ed_standard_libraries.cpp b/platform_all/4ed_standard_libraries.cpp deleted file mode 100644 index ba654a93..00000000 --- a/platform_all/4ed_standard_libraries.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Mr. 4th Dimention - Allen Webster - * - * 18.07.2017 - * - * Shared libraries struct. - * - */ - -// TOP - -#error Remove this file - -// BOTTOM - diff --git a/platform_win32/win32_4ed.cpp b/platform_win32/win32_4ed.cpp index 4819f42a..6d431e54 100644 --- a/platform_win32/win32_4ed.cpp +++ b/platform_win32/win32_4ed.cpp @@ -9,14 +9,6 @@ // TOP -#define IS_PLAT_LAYER - -// -// Program setup -// - -#define UNICODE - #define FPS 60 #define frame_useconds (1000000 / FPS) @@ -41,6 +33,7 @@ #include "4ed.h" #undef function +#define UNICODE #include #define function static