mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-11 02:23:58 +00:00
update head hint
This commit is contained in:
parent
f7ea916b21
commit
65901862ec
@ -7,11 +7,6 @@
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
//
|
||||
// The hook directory link from the https://github.com/robotn/gohook/
|
||||
// hook, you need to follow the relevant agreement and LICENSE.
|
||||
// See the LICENSE file at the top-level directory of this distribution and at
|
||||
// https://github.com/robotn/gohook/blob/master/LICENSE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
@ -7,11 +7,6 @@
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
//
|
||||
// The hook directory link from the https://github.com/robotn/gohook/
|
||||
// hook, you need to follow the relevant agreement and LICENSE.
|
||||
// See the LICENSE file at the top-level directory of this distribution and at
|
||||
// https://github.com/robotn/gohook/blob/master/LICENSE
|
||||
|
||||
#include "../base/os.h"
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// +build ocr
|
||||
|
||||
package robotgo
|
||||
|
@ -1,3 +1,13 @@
|
||||
// Copyright 2016 The go-vgo Project Developers. See the COPYRIGHT
|
||||
// file at the top-level directory of this distribution and at
|
||||
// https://github.com/go-vgo/robotgo/blob/master/LICENSE
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// #include "../base/os.h"
|
||||
|
||||
Bounds get_client(uintptr pid, uintptr isHwnd);
|
||||
|
Loading…
Reference in New Issue
Block a user