cross compilation of Win32 version (using win32 API)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user