file_winexplorerext.scp (752c0af7) file_winexplorerext.scp (1076d7f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 10 unchanged lines hidden (view full) ---

19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Directory gid_Dir_Shlxthdl
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 10 unchanged lines hidden (view full) ---

19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Directory gid_Dir_Shlxthdl
27 ParentID = gid_Dir_Program;
27#if defined MACOSX
28 ParentID = gid_Brand_Dir_Program;
29#else
30 ParentID = gid_Dir_Common_Ure;
31#endif
32// ParentID = gid_Brand_Dir_Program;
33// ParentID = Gid_Dir_Program;
28 DosName = "shlxthdl";
29End
30
31File gid_File_Lib_OOoFilt
32 TXT_FILE_BODY;
33 Styles = (PACKED);
34 Dir = gid_Dir_Shlxthdl;
35 Name = "ooofilt.dll";

--- 73 unchanged lines hidden ---
34 DosName = "shlxthdl";
35End
36
37File gid_File_Lib_OOoFilt
38 TXT_FILE_BODY;
39 Styles = (PACKED);
40 Dir = gid_Dir_Shlxthdl;
41 Name = "ooofilt.dll";

--- 73 unchanged lines hidden ---