зеркало из https://github.com/mozilla/pjs.git
Fix bustage caused by checkin for bug 250392 - Support "UniformResourceLocatorW" and "FileGroupDescriptorW" clipboard formats for Internet Shortcut
This commit is contained in:
Родитель
6c7b643c17
Коммит
3c7b43d4d7
|
@ -56,10 +56,10 @@
|
|||
* See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_programming/transferring/clipboard.asp
|
||||
*/
|
||||
#ifndef CFSTR_INETURLA
|
||||
#define CFSTR_INETURLA _T("UniformResourceLocator")
|
||||
#define CFSTR_INETURLA "UniformResourceLocator"
|
||||
#endif
|
||||
#ifndef CFSTR_INETURLW
|
||||
#define CFSTR_INETURLW _T("UniformResourceLocatorW")
|
||||
#define CFSTR_INETURLW "UniformResourceLocatorW"
|
||||
#endif
|
||||
|
||||
class nsVoidArray;
|
||||
|
|
Загрузка…
Ссылка в новой задаче