
Okay so WindowsWrapper.h now just includes Windows.h if it wants non-portability. This meant I had to split the custom RECT struct back to the original RECT and unknown nameless struct (one uses left/right, while the other uses front/back).
5 lines
71 B
C
5 lines
71 B
C
#pragma once
|
|
|
|
#include "WindowsWrapper.h"
|
|
|
|
int Call_Escape(HWND hWnd);
|