forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit36b4b91
committed
Temporary attempt at a workaround for further MSVC restrict build failures.
It appears some versions of msvc use __declspec(restrict) in stdlib.hand subsidiary headers. Including those after defining 'restrict' to'__restrict' doesn't work. Try to get the buildfarm green to seewhether there's further problems, by including stdlib.h just beforesaid define.1 parent060b069 commit36b4b91
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
690 | 695 |
| |
691 | 696 |
| |
692 | 697 |
| |
|
0 commit comments
Comments
(0)