Skip to content

Commit

Permalink
documentation: Documented license of generated code in Readme, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Aug 11, 2017
1 parent 6bbec93 commit 3c0f187
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ On non-Windows platforms glad requires `libdl`, make sure to link with it (`L-ld

## FAQ ##

### glad includes windows.h which breaks my code!
### glad includes windows.h which breaks my code! [#42](https://github.com/Dav1dde/glad/issues/42)

Defining `APIENTRY` before including `glad.h` solves this problem:

Expand All @@ -272,8 +272,9 @@ Defining `APIENTRY` before including `glad.h` solves this problem:

But make sure you have the correct definition of `APIENTRY` for platforms which define `_WIN32` but don't use `__stdcall`

Relevant issue: [#42](https://github.com/Dav1dde/glad/issues/42)
### What's the license of glad generated code? [#101](https://github.com/Dav1dde/glad/issues/101)

Any of Public Domain, WTFPL or CC0.


## Contribute ##
Expand Down

0 comments on commit 3c0f187

Please sign in to comment.