| shfolder.h (6.0.6001.18000-Windows 6.0) | | shfolder.h (6.1.7600.16385-Windows 7.0) |
| | |
| skipping to change at line 12 | | skipping to change at line 12 |
| // shfolder.dll supports these on all platforms including Win95, Win98, NT4 and
IE4 shell | | // shfolder.dll supports these on all platforms including Win95, Win98, NT4 and
IE4 shell |
| | |
| // all CSIDL values referred to here are supported natively by shfolder.dll, tha
t is they | | // all CSIDL values referred to here are supported natively by shfolder.dll, tha
t is they |
| // will work on all platforms. | | // will work on all platforms. |
| | |
| #pragma once | | #pragma once |
| | |
| #ifndef _SHFOLDER_H_ | | #ifndef _SHFOLDER_H_ |
| #define _SHFOLDER_H_ | | #define _SHFOLDER_H_ |
| | |
|
| | // deprecate in Windows 2000 or later |
| | #if (NTDDI_VERSION >= NTDDI_WIN2K) |
| | #error shfolder.h/shfolder.lib provide platform independence with versions prior |
| | to Windows 2000. Use shlobj.h/shell32.lib if targetting Windows 2000 or higher. |
| | #endif |
| | |
| #include <SpecStrings.h> | | #include <SpecStrings.h> |
| | |
| #ifndef SHFOLDERAPI | | #ifndef SHFOLDERAPI |
| #if defined(_SHFOLDER_) | | #if defined(_SHFOLDER_) |
| #define SHFOLDERAPI STDAPI | | #define SHFOLDERAPI STDAPI |
| #else | | #else |
| #define SHFOLDERAPI EXTERN_C DECLSPEC_IMPORT HRESULT STDAPICALLTYPE | | #define SHFOLDERAPI EXTERN_C DECLSPEC_IMPORT HRESULT STDAPICALLTYPE |
| #endif | | #endif |
| #endif | | #endif |
| | |
| | |
| End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added |
|