fix Linux build (tested on Ubuntu 12.10, 32bit)
This commit is contained in:
@@ -24,15 +24,11 @@ cl_command_queue g_cqCommandQue;
|
||||
|
||||
#include "Bullet3Common/b3Logging.h"
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
void myprintf(const char* msg)
|
||||
{
|
||||
#ifdef _WINDOWS
|
||||
OutputDebugStringA(msg);
|
||||
#else
|
||||
//OutputDebugStringA(msg);
|
||||
printf(msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
@@ -117,4 +113,4 @@ int main(int argc, char* argv[])
|
||||
b3Printf("press <Enter>\n");
|
||||
getchar();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user