fix windows build

This commit is contained in:
walker0643 2018-03-24 15:47:51 -04:00
parent 9a2d61cbb5
commit ecfa7d7d1c
2 changed files with 4 additions and 4 deletions

View File

@ -116,8 +116,8 @@ ClientApp::help()
" --display <display> connect to the X server at <display>\n" \ " --display <display> connect to the X server at <display>\n" \
" --no-xinitthreads do not call XInitThreads()\n" " --no-xinitthreads do not call XInitThreads()\n"
#else #else
# define WINAPI_ARG # define WINAPI_ARG ""
# define WINAPI_INFO # define WINAPI_INFO ""
#endif #endif
std::ostringstream buffer; std::ostringstream buffer;

View File

@ -117,8 +117,8 @@ ServerApp::help()
" --display <display> connect to the X server at <display>\n" \ " --display <display> connect to the X server at <display>\n" \
" --no-xinitthreads do not call XInitThreads()\n" " --no-xinitthreads do not call XInitThreads()\n"
#else #else
# define WINAPI_ARGS # define WINAPI_ARGS ""
# define WINAPI_INFO # define WINAPI_INFO ""
#endif #endif
std::ostringstream buffer; std::ostringstream buffer;