Re #166 (board aspect ratio) Fixed MSVC build (use portability to access to snprintf)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3015 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 8f293f97db1fb39b6ce47707abe12028b939885f Former-commit-id: 2d93f772f688847becf9780775c081a0f6f00104
This commit is contained in:
parent
c1bafe3575
commit
730c669a52
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ IF(WIN32)
|
|||
ENDIF(WIN32)
|
||||
|
||||
|
||||
ADD_SDLIB_INCLUDEDIR(client math tgf tgfclient robottools)
|
||||
ADD_SDLIB_INCLUDEDIR(portability math tgf tgfclient robottools)
|
||||
ADD_OPENAL_INCLUDEDIR()
|
||||
|
||||
IF(COMMAND CMAKE_POLICY)
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <glfeatures.h>
|
||||
|
||||
#include <robottools.h> //RELAXATION
|
||||
#include <portability.h> // snprintf
|
||||
|
||||
#include "grboard.h"
|
||||
#include "grmain.h" //grWinX, grHandle, grMaxDamage
|
||||
|
|
Loading…
Reference in a new issue