fix for OpenCL demos build for NVidia

This commit is contained in:
erwin.coumans
2010-06-25 17:01:14 +00:00
parent b83e16b7ff
commit b04f176604
3 changed files with 47 additions and 5 deletions

View File

@@ -119,5 +119,7 @@ int main(int argc,char** argv)
threadSupport->stopSPU();
delete threadSupport;
printf("Press ENTER to quit\n");
getchar();
return 0;
}