Reported By: Philip Read Reported On: 4/11/2012 For: Version 4.32 Build 1
# 3558C++ Builder Header Files Incorrect for Missing ShlObj CSIDL Constants I'm getting compiler errors on the following lines. My project has an include:
#include <shlobj.h>
Which it uses to grab CSIDL Paths, if I don't have the include my code cant use the SHGetFolderPath call.