1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

travis doesn't like capitalized <Windows.h> ...

This commit is contained in:
atmaxinger
2014-05-27 19:28:22 +02:00
parent 66e6dfc3f9
commit a0380fc1f8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#define _CONFIG_H_
#include "rct2.h"
#include <Windows.h> // for MAX_PATH
#include <windows.h> // for MAX_PATH
enum {
CONFIG_FLAG_ALWAYS_SHOW_GRIDLINES = (1 << 0),

View File

@@ -30,7 +30,7 @@
#include "string_ids.h"
#include "window_error.h"
#include <Windows.h> // For MAX_PATH
#include <windows.h> // For MAX_PATH
static int screenshot_dump_bmp();