Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/fsmenu.c
| Show All 36 Lines | |||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BLI_blenlib.h" | #include "BLI_blenlib.h" | ||||
| #include "BKE_appdir.h" | #include "BKE_appdir.h" | ||||
| #include "DNA_space_types.h" | |||||
| #include "ED_fileselect.h" | #include "ED_fileselect.h" | ||||
| #ifdef WIN32 | #ifdef WIN32 | ||||
| # include <windows.h> /* need to include windows.h so _WIN32_IE is defined */ | # include <windows.h> /* need to include windows.h so _WIN32_IE is defined */ | ||||
| # include <shlobj.h> /* for SHGetSpecialFolderPath, has to be done before BLI_winstuff | # include <shlobj.h> /* for SHGetSpecialFolderPath, has to be done before BLI_winstuff | ||||
| * because 'near' is disabled through BLI_windstuff */ | * because 'near' is disabled through BLI_windstuff */ | ||||
| # include "BLI_winstuff.h" | # include "BLI_winstuff.h" | ||||
| #endif | #endif | ||||
| ▲ Show 20 Lines • Show All 648 Lines • Show Last 20 Lines | |||||