mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
A bit of refactoring to be able to find some issue...
This commit is contained in:
parent
bef29df3db
commit
42cd533862
308 changed files with 2705 additions and 2454 deletions
|
@ -18,10 +18,11 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Greenshot.Interop {
|
||||
namespace GreenshotPlugin.Interop {
|
||||
// This is the COM IServiceProvider interface, not System.IServiceProvider .Net interface!
|
||||
[ComImport(), ComVisible(true), Guid("6D5140C1-7436-11CE-8034-00AA006009FA"),
|
||||
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue