Added preprocessor exclusion for linux

This commit is contained in:
Nemirtingas 2019-08-14 14:55:31 +02:00
parent f9ee123a05
commit 56b4e6a7c7
14 changed files with 127 additions and 22 deletions

View file

@ -1,5 +1,7 @@
#include "steam_overlay.h"
#ifdef STEAM_WIN32
#include <thread>
#include <string>
#include <sstream>
@ -585,4 +587,12 @@ void Steam_Overlay::RunCallbacks()
}
has_friend_action.pop();
}
}
}
#else
/* TODO:
* Add here the code for Linux overlay
*/
#endif