Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Change package name to win
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Jul 25, 2013
1 parent e4bb647 commit f6f9a35
Show file tree
Hide file tree
Showing 36 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is the official list of 'go-winapi' authors for copyright purposes.
# This is the official list of 'win' authors for copyright purposes.

# Names should be added to this file as
# Name or Organization <email address>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 The go-winapi Authors. All rights reserved.
Copyright (c) 2010 The win Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down
8 changes: 4 additions & 4 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
About go-winapi
===============
About win
=========

go-winapi is a Windows API wrapper package for Go.
win is a Windows API wrapper package for Go.

Originally part of [walk](https://github.com/lxn/walk), it is now a separate
project.
Expand All @@ -12,4 +12,4 @@ Setup
Make sure you have a working Go installation.
See [Getting Started](http://golang.org/doc/install.html)

Now run `go get github.com/lxn/go-winapi`
Now run `go get github.com/lxn/win`
4 changes: 2 additions & 2 deletions advapi32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions combobox.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// ComboBox return values
const (
Expand Down
4 changes: 2 additions & 2 deletions comctl32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions comdlg32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions datetimepicker.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2011 The go-winapi Authors. All rights reserved.
// Copyright 2011 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

const DTM_FIRST = 0x1000
const DTN_FIRST = ^uint32(739) // -740
Expand Down
4 changes: 2 additions & 2 deletions edit.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// Edit styles
const (
Expand Down
4 changes: 2 additions & 2 deletions gdi32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions gdiplus.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions header.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The go-winapi Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

const (
HDF_SORTDOWN = 0x200
Expand Down
4 changes: 2 additions & 2 deletions kernel32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions listbox.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The go-winapi Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// ListBox style
const (
Expand Down
4 changes: 2 additions & 2 deletions listview.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

const (
LVSCW_AUTOSIZE = ^uintptr(0)
Expand Down
4 changes: 2 additions & 2 deletions menu.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// Constants for MENUITEMINFO.fMask
const (
Expand Down
4 changes: 2 additions & 2 deletions ole32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions oleaut32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions oleaut32_386.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The go-winapi Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

type VAR_BSTR struct {
vt VARTYPE
Expand Down
4 changes: 2 additions & 2 deletions oleaut32_amd64.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The go-winapi Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

type VAR_BSTR struct {
vt VARTYPE
Expand Down
4 changes: 2 additions & 2 deletions opengl32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2011 The go-winapi Authors. All rights reserved.
// Copyright 2011 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions shdocvw.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions shell32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions shobj.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The Walk Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions shobj_386.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The Walk Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions shobj_amd64.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2012 The Walk Authors. All rights reserved.
// Copyright 2012 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions statusbar.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2013 The go-winapi Authors. All rights reserved.
// Copyright 2013 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// Styles
const (
Expand Down
4 changes: 2 additions & 2 deletions tab.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2011 The go-winapi Authors. All rights reserved.
// Copyright 2011 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

const TCM_FIRST = 0x1300
const TCN_FIRST = -550
Expand Down
4 changes: 2 additions & 2 deletions toolbar.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// ToolBar messages
const (
Expand Down
4 changes: 2 additions & 2 deletions tooltip.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"unsafe"
Expand Down
4 changes: 2 additions & 2 deletions treeview.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

// TreeView styles
const (
Expand Down
4 changes: 2 additions & 2 deletions updown.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2011 The go-winapi Authors. All rights reserved.
// Copyright 2011 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

const UDN_FIRST = ^uint32(720)

Expand Down
4 changes: 2 additions & 2 deletions user32.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions uxtheme.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down
4 changes: 2 additions & 2 deletions winapi.go → win.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"runtime"
Expand Down
4 changes: 2 additions & 2 deletions winspool.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2010 The go-winapi Authors. All rights reserved.
// Copyright 2010 The win Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package winapi
package win

import (
"syscall"
Expand Down

0 comments on commit f6f9a35

Please sign in to comment.