aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_usleep_windows.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clarify usleep license (#893)Brad Rydzewski2020-12-261-1/+3
|
* fmt updateGert-Jan Timmer2018-05-271-2/+2
| | | | | | Fix: Placed all +build tags in the same location Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup Fix: Placed empty line between copyright comments and build tags for readability Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.
* Code format updateGert-Jan Timmer2018-05-251-1/+1
| | | [ci skip]
* Implementation for usleepGert-Jan Timmer2018-05-251-0/+39
Implement `usleep` for Windows OS.