- May 29, 2007
-
-
-
shell32/tests: With recent PSDKs, CSIDL_MYDOCUMENTS is a synonym for CSIDL_PERSONAL. So define our own constant.
-
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
-
-
-
-
-
-
user32/tests: SWP_STATECHANGED is an undocumented flag so define it ourselves. Fixes compilation with the PSDK.
-
-
-
-
-
-
-
-
Alexandre Julliard authored
-
-
-
-
-
-
-
-
-
-
-
-
Otherwise, the call will now fail with SEC_E_INVALID_HANDLE.
-
-
-
-
-
-
-
- May 25, 2007
-
-