Skip to content

Commit e9c73d3

Browse files
author
Lizzie
authored
fix for AIX
1 parent f46bdeb commit e9c73d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map/map_data_loading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ std::vector<uint8_t> load_bmp(parsers::scenario_building_context& context, nativ
4141
auto content = simple_fs::view_contents(*terrain_bmp);
4242
uint8_t const* start = (uint8_t const*)(content.data);
4343

44-
#ifdef __linux__
44+
#ifdef __unix__
4545

4646
//Ported from Microsoft's documentation
4747
//Replaced DWORD into uint32_t, WORD into uint16_t

0 commit comments

Comments
 (0)