You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Below are instructions to build on different OS's. You can also use the followin
23
23
| -DUSE_CPPRESTSDK | Includes the CppRestSDK (default http stack) | false |
24
24
| -DWERROR | Enables warnings as errors | true |
25
25
| -DWALL | Enables all warnings | true |
26
+
| -DINJECT_HEADER_AFTER_STDAFX=`<header path>`| Adds the provided header to the library compilation in stdafx.cpp, intended to allow "new" and "delete" to be replaced. |`<none>`|
0 commit comments