mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Update QtWebApp to v1.8.6
This commit is contained in:
4
third_party/QtWebApp/httpserver/httpglobal.h
vendored
4
third_party/QtWebApp/httpserver/httpglobal.h
vendored
@ -23,5 +23,9 @@
|
||||
/** Get the library version number */
|
||||
DECLSPEC const char* getQtWebAppLibVersion();
|
||||
|
||||
#if __cplusplus < 201103L
|
||||
#define nullptr 0
|
||||
#endif
|
||||
|
||||
#endif // HTTPGLOBAL_H
|
||||
|
||||
|
Reference in New Issue
Block a user