Skip to content

Commit

Permalink
Update docs/installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored Jan 1, 2025
1 parent e07a0b0 commit e6d951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The complete mapping of names to their Python API counterparts are:
Using precompiled headers in a large C extension project is supported, just replace `PYAWAITABLE_THIS_FILE_INIT` with `PYAWAITABLE_USE_PCH` **BEFORE** including your precompiled header file in every source file.
After that inside of the precompiled header file right after it includes `pyawaitable.h` add this line:
After that inside of the precompiled header file right after including `pyawaitable.h` add this line:
```c
DECLARE_PYAWAITABLE_ABI;
Expand Down

0 comments on commit e6d951a

Please sign in to comment.