colobot/src/level
MrSimbax bbf5c806d8 Fix MSVC compilation due to macros in Windows API headers
There exists `CreateDirectory` `#define` somewhere and it results in
failed compilation of `resourcemanager.cpp`.
Similarly for `RemoveDirectory`. See
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createdirectorya

Rename the two methods to remove the conflict.

The fail occurs at least when using Visual Studio 2022 Preview.
2021-09-04 20:34:02 +02:00
..
parser Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
build_type.h Make Vault buildable 2020-08-08 20:51:56 +02:00
level_category.cpp Add Missions+ gamemode 2020-07-20 18:35:31 +02:00
level_category.h Add Missions+ gamemode 2020-07-20 18:35:31 +02:00
mainmovie.cpp Fix more dynamic casts for gcc-11 2020-09-15 10:20:24 +02:00
mainmovie.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
player_profile.cpp Fix MSVC compilation due to macros in Windows API headers 2021-09-04 20:34:02 +02:00
player_profile.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
research_type.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
robotmain.cpp Fix MSVC compilation due to macros in Windows API headers 2021-09-04 20:34:02 +02:00
robotmain.h Merge branch dev into dev-gameplus 2021-03-21 22:30:23 +01:00
scene_conditions.cpp Fix more dynamic casts for gcc-11 2020-09-15 10:20:24 +02:00
scene_conditions.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
scoreboard.cpp Updated license headers (#1317) 2020-07-07 10:19:36 +02:00
scoreboard.h Updated license headers (#1317) 2020-07-07 10:19:36 +02:00