cross compilation of Win32 version (using win32 API)

This commit is contained in:
Thomas Bernard
2018-06-21 12:57:07 +02:00
parent 184a4ba414
commit 4b28894bb8
6 changed files with 91 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
You should have received a copy of the GNU General Public License
along with Grafx2; if not, see <http://www.gnu.org/licenses/>
*/
#include <Windows.h>
#include <windows.h>
#include <malloc.h>
#include <stdio.h>
#if defined(_MSC_VER) && _MSC_VER < 1900
@@ -30,6 +30,7 @@
#include "errors.h"
#include "windows.h"
#include "input.h"
#include "keyboard.h"
extern int user_feedback_required;
extern word Input_new_mouse_X;
@@ -301,4 +302,4 @@ volatile int Allow_colorcycling = 0;
/// Activates or desactivates file drag-dropping in program window.
void Allow_drag_and_drop(int flag)
{
}
}